ISoftwareUpdateConfigurationsOperations Interface

Definition

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

Create(ISoftwareUpdateConfigurationsOperations, String, String, String, SoftwareUpdateConfiguration, String)

Create a new software update configuration with the name given in the URI. http://aka.ms/azureautomationsdk/softwareupdateconfigurationoperations

CreateAsync(ISoftwareUpdateConfigurationsOperations, String, String, String, SoftwareUpdateConfiguration, String, CancellationToken)

Create a new software update configuration with the name given in the URI. http://aka.ms/azureautomationsdk/softwareupdateconfigurationoperations

Delete(ISoftwareUpdateConfigurationsOperations, String, String, String, String)

delete a specific software update configuration. http://aka.ms/azureautomationsdk/softwareupdateconfigurationoperations

DeleteAsync(ISoftwareUpdateConfigurationsOperations, String, String, String, String, CancellationToken)

delete a specific software update configuration. http://aka.ms/azureautomationsdk/softwareupdateconfigurationoperations

GetByName(ISoftwareUpdateConfigurationsOperations, String, String, String, String)

Get a single software update configuration by name. http://aka.ms/azureautomationsdk/softwareupdateconfigurationoperations

GetByNameAsync(ISoftwareUpdateConfigurationsOperations, String, String, String, String, CancellationToken)

Get a single software update configuration by name. http://aka.ms/azureautomationsdk/softwareupdateconfigurationoperations

List(ISoftwareUpdateConfigurationsOperations, String, String, String, String)

Get all software update configurations for the account. http://aka.ms/azureautomationsdk/softwareupdateconfigurationoperations

ListAsync(ISoftwareUpdateConfigurationsOperations, String, String, String, String, CancellationToken)

Get all software update configurations for the account. http://aka.ms/azureautomationsdk/softwareupdateconfigurationoperations

ListByAzureVirtualMachine(ISoftwareUpdateConfigurationsOperations, String, String, String, String)

Return list of software update configurations targetting the given virtual machine http://aka.ms/azureautomationsdk/softwareupdateconfigurationoperations

ListByAzureVirtualMachineAsync(ISoftwareUpdateConfigurationsOperations, String, String, String, String, String, String, CancellationToken)

Return list of software update configurations targetting the given virtual machine http://aka.ms/azureautomationsdk/softwareupdateconfigurationoperations

Applies to