次の方法で共有


Customers interface

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

メソッド

get(string, string, string, CustomersGetOptionalParams)

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

getByBillingAccount(string, string, CustomersGetByBillingAccountOptionalParams)

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

listByBillingAccount(string, CustomersListByBillingAccountOptionalParams)

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

listByBillingProfile(string, string, CustomersListByBillingProfileOptionalParams)

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

メソッドの詳細

get(string, string, string, CustomersGetOptionalParams)

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

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

パラメーター

billingAccountName

string

課金アカウントを一意に識別する ID。

billingProfileName

string

課金プロファイルを一意に識別する ID。

customerName

string

顧客を一意に識別する ID。

options
CustomersGetOptionalParams

オプション パラメーター。

戻り値

Promise<Customer>

getByBillingAccount(string, string, CustomersGetByBillingAccountOptionalParams)

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

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

パラメーター

billingAccountName

string

課金アカウントを一意に識別する ID。

customerName

string

顧客を一意に識別する ID。

options
CustomersGetByBillingAccountOptionalParams

オプション パラメーター。

戻り値

Promise<Customer>

listByBillingAccount(string, CustomersListByBillingAccountOptionalParams)

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

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

パラメーター

billingAccountName

string

課金アカウントを一意に識別する ID。

options
CustomersListByBillingAccountOptionalParams

オプション パラメーター。

戻り値

listByBillingProfile(string, string, CustomersListByBillingProfileOptionalParams)

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

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

パラメーター

billingAccountName

string

課金アカウントを一意に識別する ID。

billingProfileName

string

課金プロファイルを一意に識別する ID。

options
CustomersListByBillingProfileOptionalParams

オプション パラメーター。

戻り値