다음을 통해 공유


EnrollmentAccountsOperationsExtensions.GetAsync 메서드

정의

이름으로 등록 계정을 가져옵니다.

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

매개 변수

operations
IEnrollmentAccountsOperations

이 확장 메서드에 대한 작업 그룹입니다.

name
String

등록 계정 이름입니다.

cancellationToken
CancellationToken

취소 토큰입니다.

반환

적용 대상