CustomersOperations interface

顧客の業務を表すインターフェース。

プロパティ

get

顧客を ID で取得します。 この操作は、契約の種類がMicrosoft Partner Agreementの課金アカウントでのみサポートされます。

getByBillingAccount

課金アカウント レベルで ID で顧客を取得します。 この操作は、契約の種類がMicrosoft Partner Agreementの課金アカウントでのみサポートされます。

listByBillingAccount

課金アカウントに請求される顧客を一覧表示します。 この操作は、契約の種類がMicrosoft Partner Agreementの課金アカウントでのみサポートされます。

listByBillingProfile

課金プロファイルに請求される顧客を一覧表示します。 この操作は、契約の種類がMicrosoft Partner Agreementの課金アカウントでのみサポートされます。

プロパティの詳細

get

顧客を ID で取得します。 この操作は、契約の種類がMicrosoft Partner Agreementの課金アカウントでのみサポートされます。

get: (billingAccountName: string, billingProfileName: string, customerName: string, options?: CustomersGetOptionalParams) => Promise<Customer>

プロパティ値

(billingAccountName: string, billingProfileName: string, customerName: string, options?: CustomersGetOptionalParams) => Promise<Customer>

getByBillingAccount

課金アカウント レベルで ID で顧客を取得します。 この操作は、契約の種類がMicrosoft Partner Agreementの課金アカウントでのみサポートされます。

getByBillingAccount: (billingAccountName: string, customerName: string, options?: CustomersGetByBillingAccountOptionalParams) => Promise<Customer>

プロパティ値

(billingAccountName: string, customerName: string, options?: CustomersGetByBillingAccountOptionalParams) => Promise<Customer>

listByBillingAccount

課金アカウントに請求される顧客を一覧表示します。 この操作は、契約の種類がMicrosoft Partner Agreementの課金アカウントでのみサポートされます。

listByBillingAccount: (billingAccountName: string, options?: CustomersListByBillingAccountOptionalParams) => PagedAsyncIterableIterator<Customer, Customer[], PageSettings>

プロパティ値

(billingAccountName: string, options?: CustomersListByBillingAccountOptionalParams) => PagedAsyncIterableIterator<Customer, Customer[], PageSettings>

listByBillingProfile

課金プロファイルに請求される顧客を一覧表示します。 この操作は、契約の種類がMicrosoft Partner Agreementの課金アカウントでのみサポートされます。

listByBillingProfile: (billingAccountName: string, billingProfileName: string, options?: CustomersListByBillingProfileOptionalParams) => PagedAsyncIterableIterator<Customer, Customer[], PageSettings>

プロパティ値

(billingAccountName: string, billingProfileName: string, options?: CustomersListByBillingProfileOptionalParams) => PagedAsyncIterableIterator<Customer, Customer[], PageSettings>