다음을 통해 공유


CustomersOperationsExtensions.GetAsync 메서드

정의

ID로 고객을 가져옵니다. 이 작업은 계약 유형이 Microsoft 파트너 계약 청구 계정에 대해서만 지원됩니다. https://docs.microsoft.com/en-us/rest/api/billing/

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

매개 변수

operations
ICustomersOperations

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

billingAccountName
String

청구 계정을 고유하게 식별하는 ID입니다.

customerName
String

고객을 고유하게 식별하는 ID입니다.

expand
String

사용AzurePlans 및 재판매인을 확장하는 데 사용할 수 있습니다.

cancellationToken
CancellationToken

취소 토큰입니다.

반환

적용 대상