Пример #1
0
 /// <summary>
 /// Return list of software update configuration machine runs with the given the status
 /// <see href="http://aka.ms/azureautomationsdk/softwareupdateconfigurationoperations" />
 /// </summary>
 /// <param name='operations'>
 /// The operations group for this extension method.
 /// </param>
 /// <param name='status'>
 /// status of the machine run
 /// </param>
 /// <param name='skip'>
 /// number of entries you skip before returning results
 /// </param>
 /// <param name='top'>
 /// Maximum number of entries returned in the results collection
 /// </param>
 public static SoftwareUpdateConfigurationMachineRunListResult ListByStatus(
     this ISoftwareUpdateConfigurationMachineRunsOperations operations,
     string resourceGroupName, string automationAccountName, string status,
     string clientRequestId = default(string), string skip = default(string), string top = default(string))
 {
     return(operations.ListByStatusAsync(resourceGroupName, automationAccountName, status, clientRequestId, skip, top).GetAwaiter().GetResult());
 }