SoftwareUpdateConfigurationRunsOperationsExtensions.ListByStatusAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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> ListByStatusAsync (this Microsoft.Azure.Management.Automation.ISoftwareUpdateConfigurationRunsOperations operations, string resourceGroupName, string automationAccountName, string status, string clientRequestId = default, string skip = default, string top = default, System.Threading.CancellationToken cancellationToken = default);
static member ListByStatusAsync : 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 ListByStatusAsync (operations As ISoftwareUpdateConfigurationRunsOperations, resourceGroupName As String, automationAccountName As String, status 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
- status
- String
Status of the 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
Azure SDK for .NET