Example #1
0
 /// <summary>
 /// List of available share subscriptions under an account.
 /// </summary>
 /// <remarks>
 /// List share subscriptions in an account
 /// </remarks>
 /// <param name='operations'>
 /// The operations group for this extension method.
 /// </param>
 /// <param name='resourceGroupName'>
 /// The resource group name.
 /// </param>
 /// <param name='accountName'>
 /// The name of the share account.
 /// </param>
 /// <param name='skipToken'>
 /// Continuation Token
 /// </param>
 public static IPage <ShareSubscription> ListByAccount(this IShareSubscriptionsOperations operations, string resourceGroupName, string accountName, string skipToken = default(string))
 {
     return(operations.ListByAccountAsync(resourceGroupName, accountName, skipToken).GetAwaiter().GetResult());
 }