Пример #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 ListByTargetComputer(
     this ISoftwareUpdateConfigurationMachineRunsOperations operations,
     string resourceGroupName, string automationAccountName, string targetComputer,
     string clientRequestId = default(string), string skip = default(string), string top = default(string))
 {
     return(operations.ListByTargetComputerAsync(resourceGroupName, automationAccountName, targetComputer, clientRequestId, skip, top).GetAwaiter().GetResult());
 }