Пример #1
0
 /// <summary>
 /// The List operation gets information about the vaults associated with the
 /// subscription.
 /// </summary>
 /// <param name='operations'>
 /// The operations group for this extension method.
 /// </param>
 /// <param name='top'>
 /// Maximum number of results to return.
 /// </param>
 public static IPage <Vault> ListBySubscription(this IVaultsOperations operations, int?top = default(int?))
 {
     return(operations.ListBySubscriptionAsync(top).GetAwaiter().GetResult());
 }