次の方法で共有


BillingAccountsOperationsExtensions.ListAsync メソッド

定義

ユーザーがアクセスできる課金アカウントを一覧表示します。 https://docs.microsoft.com/en-us/rest/api/billing/

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Billing.Models.BillingAccount>> ListAsync (this Microsoft.Azure.Management.Billing.IBillingAccountsOperations operations, string expand = default, System.Threading.CancellationToken cancellationToken = default);
static member ListAsync : Microsoft.Azure.Management.Billing.IBillingAccountsOperations * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Billing.Models.BillingAccount>>
<Extension()>
Public Function ListAsync (operations As IBillingAccountsOperations, Optional expand As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of BillingAccount))

パラメーター

operations
IBillingAccountsOperations

この拡張メソッドの操作グループ。

expand
String

soldTo、請求書セクション、課金プロファイルを展開するために使用できます。

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

適用対象