ISoftwareUpdateConfigurationRunsOperations Interface

Definition

SoftwareUpdateConfigurationRunsOperations operations.

public interface ISoftwareUpdateConfigurationRunsOperations
type ISoftwareUpdateConfigurationRunsOperations = interface
Public Interface ISoftwareUpdateConfigurationRunsOperations

Methods

GetByIdWithHttpMessagesAsync(String, String, Guid, String, Dictionary<String,List<String>>, CancellationToken)

Get a single software update configuration Run by Id. http://aka.ms/azureautomationsdk/softwareupdateconfigurationrunoperations

ListWithHttpMessagesAsync(String, String, String, String, String, String, Dictionary<String,List<String>>, CancellationToken)

Return list of software update configuration runs http://aka.ms/azureautomationsdk/softwareupdateconfigurationoperations

Extension Methods

GetById(ISoftwareUpdateConfigurationRunsOperations, String, String, Guid, String)

Get a single software update configuration Run by Id. http://aka.ms/azureautomationsdk/softwareupdateconfigurationrunoperations

GetByIdAsync(ISoftwareUpdateConfigurationRunsOperations, String, String, Guid, String, CancellationToken)

Get a single software update configuration Run by Id. http://aka.ms/azureautomationsdk/softwareupdateconfigurationrunoperations

List(ISoftwareUpdateConfigurationRunsOperations, String, String, String, String, String, String)

Return list of software update configuration runs http://aka.ms/azureautomationsdk/softwareupdateconfigurationoperations

ListAll(ISoftwareUpdateConfigurationRunsOperations, String, String, String, String, String, Nullable<DateTime>, String, String, String)

Return list of software update configuration runs started at or after the given time http://aka.ms/azureautomationsdk/softwareupdateconfigurationoperations

ListAllAsync(ISoftwareUpdateConfigurationRunsOperations, String, String, String, String, String, Nullable<DateTime>, String, String, String, CancellationToken)

Return list of software update configuration runs started at or after the given time http://aka.ms/azureautomationsdk/softwareupdateconfigurationoperations

ListAsync(ISoftwareUpdateConfigurationRunsOperations, String, String, String, String, String, String, CancellationToken)

Return list of software update configuration runs http://aka.ms/azureautomationsdk/softwareupdateconfigurationoperations

ListByConfigurationName(ISoftwareUpdateConfigurationRunsOperations, String, String, String, String, String, String)

Return list of software update configuration runs triggered by the software update configuration with the given name http://aka.ms/azureautomationsdk/softwareupdateconfigurationoperations

ListByConfigurationNameAsync(ISoftwareUpdateConfigurationRunsOperations, String, String, String, String, String, String, CancellationToken)

Return list of software update configuration runs triggered by the software update configuration with the given name http://aka.ms/azureautomationsdk/softwareupdateconfigurationoperations

ListByOsType(ISoftwareUpdateConfigurationRunsOperations, String, String, String, String, String, String)

Return list of software update configuration runs triggered by the software update configuration with the given name http://aka.ms/azureautomationsdk/softwareupdateconfigurationoperations

ListByOsTypeAsync(ISoftwareUpdateConfigurationRunsOperations, String, String, String, String, String, String, CancellationToken)

Return list of software update configuration runs triggered by the software update configuration with the given name http://aka.ms/azureautomationsdk/softwareupdateconfigurationoperations

ListByStartTime(ISoftwareUpdateConfigurationRunsOperations, String, String, DateTime, String, String, String)

Return list of software update configuration runs started at or after the given time http://aka.ms/azureautomationsdk/softwareupdateconfigurationoperations

ListByStartTimeAsync(ISoftwareUpdateConfigurationRunsOperations, String, String, DateTime, String, String, String, CancellationToken)

Return list of software update configuration runs started at or after the given time http://aka.ms/azureautomationsdk/softwareupdateconfigurationoperations

ListByStatus(ISoftwareUpdateConfigurationRunsOperations, String, String, String, String, String, String)

Return list of software update configuration runs triggered by the software update configuration with the given name http://aka.ms/azureautomationsdk/softwareupdateconfigurationoperations

ListByStatusAsync(ISoftwareUpdateConfigurationRunsOperations, String, String, String, String, String, String, CancellationToken)

Return list of software update configuration runs triggered by the software update configuration with the given name http://aka.ms/azureautomationsdk/softwareupdateconfigurationoperations

Applies to