Esempio n. 1
0
 /// <summary>
 /// Gets the list of available billing plans for the customer.
 /// </summary>
 /// <param name='operations'>
 /// Reference to the
 /// Microsoft.Azure.Management.RemoteApp.IAccountsOperations.
 /// </param>
 /// <returns>
 /// Definition for result of ListBillingPlans operation.
 /// </returns>
 public static Task <ListBillingPlansResult> ListBillingPlansAsync(this IAccountsOperations operations)
 {
     return(operations.ListBillingPlansAsync(CancellationToken.None));
 }