次の方法で共有


EnrollmentAccountsOperationsExtensions.ListAsync メソッド

定義

呼び出し元がアクセスできる登録アカウントを一覧表示します。

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

パラメーター

operations
IEnrollmentAccountsOperations

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

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

適用対象