Customers interface
고객을 나타내는 인터페이스입니다.
메서드
get(string, string, Customers |
ID로 고객을 가져옵니다. 이 작업은 계약 유형이 Microsoft 파트너 계약 청구 계정에 대해서만 지원됩니다. |
list |
청구 계정에 청구되는 고객을 나열합니다. 이 작업은 계약 유형이 Microsoft 파트너 계약 청구 계정에 대해서만 지원됩니다. |
list |
청구 프로필에 청구되는 고객을 나열합니다. 이 작업은 계약 유형이 Microsoft 파트너 계약 청구 계정에 대해서만 지원됩니다. |
메서드 세부 정보
get(string, string, CustomersGetOptionalParams)
ID로 고객을 가져옵니다. 이 작업은 계약 유형이 Microsoft 파트너 계약 청구 계정에 대해서만 지원됩니다.
function get(billingAccountName: string, customerName: string, options?: CustomersGetOptionalParams): Promise<Customer>
매개 변수
- billingAccountName
-
string
청구 계정을 고유하게 식별하는 ID입니다.
- customerName
-
string
고객을 고유하게 식별하는 ID입니다.
- options
- CustomersGetOptionalParams
옵션 매개 변수입니다.
반환
Promise<Customer>
listByBillingAccount(string, CustomersListByBillingAccountOptionalParams)
청구 계정에 청구되는 고객을 나열합니다. 이 작업은 계약 유형이 Microsoft 파트너 계약 청구 계정에 대해서만 지원됩니다.
function listByBillingAccount(billingAccountName: string, options?: CustomersListByBillingAccountOptionalParams): PagedAsyncIterableIterator<Customer, Customer[], PageSettings>
매개 변수
- billingAccountName
-
string
청구 계정을 고유하게 식별하는 ID입니다.
옵션 매개 변수입니다.
반환
listByBillingProfile(string, string, CustomersListByBillingProfileOptionalParams)
청구 프로필에 청구되는 고객을 나열합니다. 이 작업은 계약 유형이 Microsoft 파트너 계약 청구 계정에 대해서만 지원됩니다.
function listByBillingProfile(billingAccountName: string, billingProfileName: string, options?: CustomersListByBillingProfileOptionalParams): PagedAsyncIterableIterator<Customer, Customer[], PageSettings>
매개 변수
- billingAccountName
-
string
청구 계정을 고유하게 식별하는 ID입니다.
- billingProfileName
-
string
청구 프로필을 고유하게 식별하는 ID입니다.
옵션 매개 변수입니다.