次の方法で共有


AccountsOperationsExtensions.ListBillingPlansAsync メソッド

定義

顧客の利用可能な課金プランの一覧を取得します。

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)

パラメーター

operations
IAccountsOperations

Microsoft.WindowsAzure.Management.RemoteApp.IAccountsOperations への参照。

戻り値

ListBillingPlans 操作の結果の定義。

適用対象