Example #1
0
 /// <summary>
 /// Lists all node agent SKUs supported by the Azure Batch service.
 /// </summary>
 /// <param name='operations'>
 /// The operations group for this extension method.
 /// </param>
 /// <param name='accountListNodeAgentSkusOptions'>
 /// Additional parameters for the operation
 /// </param>
 public static IPage <NodeAgentSku> ListNodeAgentSkus(this IAccountOperations operations, AccountListNodeAgentSkusOptions accountListNodeAgentSkusOptions = default(AccountListNodeAgentSkusOptions))
 {
     return(operations.ListNodeAgentSkusAsync(accountListNodeAgentSkusOptions).GetAwaiter().GetResult());
 }