SoftwareUpdateConfigurationRunsOperationsExtensions Class

Definition

Extension methods for SoftwareUpdateConfigurationRunsOperations.

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

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