AccountsOperationsExtensions.ListBillingPlansAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.