Exemple #1
0
 /// <summary>
 /// Lists the subscriptions for a billing account. The operation is supported
 /// for billing accounts with agreement type Microsoft Customer Agreement or
 /// Microsoft Partner Agreement.
 /// <see href="https://docs.microsoft.com/en-us/rest/api/billing/" />
 /// </summary>
 /// <param name='operations'>
 /// The operations group for this extension method.
 /// </param>
 /// <param name='billingAccountName'>
 /// The ID that uniquely identifies a billing account.
 /// </param>
 public static IPage <BillingSubscription> ListByBillingAccount(this IBillingSubscriptionsOperations operations, string billingAccountName)
 {
     return(operations.ListByBillingAccountAsync(billingAccountName).GetAwaiter().GetResult());
 }