다음을 통해 공유


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

취소 토큰입니다.

반환

적용 대상