SoftwareUpdateConfigurationRunsOperationsExtensions.ListByConfigurationNameAsync Method

Definition

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

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Automation.Models.SoftwareUpdateConfigurationRunListResult> ListByConfigurationNameAsync (this Microsoft.Azure.Management.Automation.ISoftwareUpdateConfigurationRunsOperations operations, string resourceGroupName, string automationAccountName, string configurationName, string clientRequestId = default, string skip = default, string top = default, System.Threading.CancellationToken cancellationToken = default);
static member ListByConfigurationNameAsync : Microsoft.Azure.Management.Automation.ISoftwareUpdateConfigurationRunsOperations * string * string * string * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Automation.Models.SoftwareUpdateConfigurationRunListResult>
<Extension()>
Public Function ListByConfigurationNameAsync (operations As ISoftwareUpdateConfigurationRunsOperations, resourceGroupName As String, automationAccountName As String, configurationName As String, Optional clientRequestId As String = Nothing, Optional skip As String = Nothing, Optional top As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of SoftwareUpdateConfigurationRunListResult)

Parameters

operations
ISoftwareUpdateConfigurationRunsOperations

The operations group for this extension method.

resourceGroupName
String
automationAccountName
String
configurationName
String

Name of the software update configuration triggered this run

clientRequestId
String
skip
String

number of entries you skip before returning results

top
String

Maximum number of entries returned in the results collection

cancellationToken
CancellationToken

The cancellation token.

Returns

Applies to