Exemplo n.º 1
0
 /// <summary>
 /// Return list of software update configuration machine runs targeting the given computer
 /// <see href="http://aka.ms/azureautomationsdk/softwareupdateconfigurationoperations" />
 /// </summary>
 /// <param name='operations'>
 /// The operations group for this extension method.
 /// </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 ListAll(
     this ISoftwareUpdateConfigurationMachineRunsOperations operations,
     string resourceGroupName, string automationAccountName,
     Guid?correlationId     = null, string status = null, string targetComputer = null,
     string clientRequestId = default(string), string skip = default(string), string top = default(string))
 {
     return(operations.ListAllAsync(resourceGroupName, automationAccountName, correlationId, status, targetComputer, clientRequestId, skip, top).GetAwaiter().GetResult());
 }