SoftwareUpdateConfigurationsOperationsExtensions Class

Definition

Extension methods for SoftwareUpdateConfigurationRunsOperations.

public static class SoftwareUpdateConfigurationsOperationsExtensions
type SoftwareUpdateConfigurationsOperationsExtensions = class
Public Module SoftwareUpdateConfigurationsOperationsExtensions
Inheritance
SoftwareUpdateConfigurationsOperationsExtensions

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