AccountsOperationsExtensions.ListBillingPlansAsync Method

Definition

Gets the list of available billing plans for the customer.

public static System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.RemoteApp.Models.ListBillingPlansResult> ListBillingPlansAsync (this Microsoft.WindowsAzure.Management.RemoteApp.IAccountsOperations operations);
static member ListBillingPlansAsync : Microsoft.WindowsAzure.Management.RemoteApp.IAccountsOperations -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.RemoteApp.Models.ListBillingPlansResult>
<Extension()>
Public Function ListBillingPlansAsync (operations As IAccountsOperations) As Task(Of ListBillingPlansResult)

Parameters

operations
IAccountsOperations

Reference to the Microsoft.WindowsAzure.Management.RemoteApp.IAccountsOperations.

Returns

Definition for result of ListBillingPlans operation.

Applies to