共用方式為


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

取消語彙基元。

傳回

適用於