ISoftwareUpdateConfigurationMachineRunsOperations Interface

Definition

SoftwareUpdateConfigurationMachineRunsOperations operations.

public interface ISoftwareUpdateConfigurationMachineRunsOperations
type ISoftwareUpdateConfigurationMachineRunsOperations = interface
Public Interface ISoftwareUpdateConfigurationMachineRunsOperations

Methods

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

Get a single software update configuration machine run by Id. http://aka.ms/azureautomationsdk/softwareupdateconfigurationoperations

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

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

Extension Methods

GetById(ISoftwareUpdateConfigurationMachineRunsOperations, String, String, Guid, String)

Get a single software update configuration machine run by Id. http://aka.ms/azureautomationsdk/softwareupdateconfigurationoperations

GetByIdAsync(ISoftwareUpdateConfigurationMachineRunsOperations, String, String, Guid, String, CancellationToken)

Get a single software update configuration machine run by Id. http://aka.ms/azureautomationsdk/softwareupdateconfigurationoperations

List(ISoftwareUpdateConfigurationMachineRunsOperations, String, String, String, String, String, String)

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

ListAll(ISoftwareUpdateConfigurationMachineRunsOperations, String, String, Nullable<Guid>, String, String, String, String, String)

Return list of software update configuration machine runs targeting the given computer http://aka.ms/azureautomationsdk/softwareupdateconfigurationoperations

ListAllAsync(ISoftwareUpdateConfigurationMachineRunsOperations, String, String, Nullable<Guid>, String, String, String, String, String, CancellationToken)

Return list of software update configuration machine runs targeting the given computer http://aka.ms/azureautomationsdk/softwareupdateconfigurationoperations

ListAsync(ISoftwareUpdateConfigurationMachineRunsOperations, String, String, String, String, String, String, CancellationToken)

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

ListByCorrelationId(ISoftwareUpdateConfigurationMachineRunsOperations, String, String, Guid, String, String, String)

Return list of software update configuration machine runs corresponding to the software update configuration run with the given correlation id http://aka.ms/azureautomationsdk/softwareupdateconfigurationoperations

ListByCorrelationIdAsync(ISoftwareUpdateConfigurationMachineRunsOperations, String, String, Guid, String, String, String, CancellationToken)

Return list of software update configuration machine runs corresponding to the software update configuration run with the given correlation id http://aka.ms/azureautomationsdk/softwareupdateconfigurationoperations

ListByStatus(ISoftwareUpdateConfigurationMachineRunsOperations, String, String, String, String, String, String)

Return list of software update configuration machine runs with the given the status http://aka.ms/azureautomationsdk/softwareupdateconfigurationoperations

ListByStatusAsync(ISoftwareUpdateConfigurationMachineRunsOperations, String, String, String, String, String, String, CancellationToken)

Return list of software update configuration machine runs with the given the status http://aka.ms/azureautomationsdk/softwareupdateconfigurationoperations

ListByTargetComputer(ISoftwareUpdateConfigurationMachineRunsOperations, String, String, String, String, String, String)

Return list of software update configuration machine runs targeting the given computer http://aka.ms/azureautomationsdk/softwareupdateconfigurationoperations

ListByTargetComputerAsync(ISoftwareUpdateConfigurationMachineRunsOperations, String, String, String, String, String, String, CancellationToken)

Return list of software update configuration machine runs targeting the given computer http://aka.ms/azureautomationsdk/softwareupdateconfigurationoperations

Applies to