ISoftwareUpdateConfigurationsOperations Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
SoftwareUpdateConfigurationsOperations operations.
public interface ISoftwareUpdateConfigurationsOperations
type ISoftwareUpdateConfigurationsOperations = interface
Public Interface ISoftwareUpdateConfigurationsOperations
Methods
CreateWithHttpMessagesAsync(String, String, String, SoftwareUpdateConfiguration, String, Dictionary<String,List<String>>, CancellationToken) |
Create a new software update configuration with the name given in the URI. http://aka.ms/azureautomationsdk/softwareupdateconfigurationoperations |
DeleteWithHttpMessagesAsync(String, String, String, String, Dictionary<String,List<String>>, CancellationToken) |
delete a specific software update configuration. http://aka.ms/azureautomationsdk/softwareupdateconfigurationoperations |
GetByNameWithHttpMessagesAsync(String, String, String, String, Dictionary<String,List<String>>, CancellationToken) |
Get a single software update configuration by name. http://aka.ms/azureautomationsdk/softwareupdateconfigurationoperations |
ListWithHttpMessagesAsync(String, String, String, String, Dictionary<String,List<String>>, CancellationToken) |
Get all software update configurations for the account. http://aka.ms/azureautomationsdk/softwareupdateconfigurationoperations |
Extension Methods
Applies to
Azure SDK for .NET