次の方法で共有


AssociatedTenants interface

AssociatedTenants を表すインターフェイス。

メソッド

beginCreateOrUpdate(string, string, AssociatedTenant, AssociatedTenantsCreateOrUpdateOptionalParams)

課金アカウントに関連付けられているテナントを作成または更新します。

beginCreateOrUpdateAndWait(string, string, AssociatedTenant, AssociatedTenantsCreateOrUpdateOptionalParams)

課金アカウントに関連付けられているテナントを作成または更新します。

beginDelete(string, string, AssociatedTenantsDeleteOptionalParams)

課金アカウントに関連付けられているテナントを削除します。

beginDeleteAndWait(string, string, AssociatedTenantsDeleteOptionalParams)

課金アカウントに関連付けられているテナントを削除します。

get(string, string, AssociatedTenantsGetOptionalParams)

関連付けられているテナントを ID で取得します。

listByBillingAccount(string, AssociatedTenantsListByBillingAccountOptionalParams)

請求書の表示とダウンロード、支払いの管理、購入、ライセンスの管理やプロビジョニングなど、コマース アクティビティで課金アカウントと共同作業できる関連テナントを一覧表示します。

メソッドの詳細

beginCreateOrUpdate(string, string, AssociatedTenant, AssociatedTenantsCreateOrUpdateOptionalParams)

課金アカウントに関連付けられているテナントを作成または更新します。

function beginCreateOrUpdate(billingAccountName: string, associatedTenantName: string, parameters: AssociatedTenant, options?: AssociatedTenantsCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<AssociatedTenant>, AssociatedTenant>>

パラメーター

billingAccountName

string

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

associatedTenantName

string

テナントを一意に識別する ID。

parameters
AssociatedTenant

関連付けられているテナント。

options
AssociatedTenantsCreateOrUpdateOptionalParams

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

戻り値

Promise<@azure/core-lro.SimplePollerLike<OperationState<AssociatedTenant>, AssociatedTenant>>

beginCreateOrUpdateAndWait(string, string, AssociatedTenant, AssociatedTenantsCreateOrUpdateOptionalParams)

課金アカウントに関連付けられているテナントを作成または更新します。

function beginCreateOrUpdateAndWait(billingAccountName: string, associatedTenantName: string, parameters: AssociatedTenant, options?: AssociatedTenantsCreateOrUpdateOptionalParams): Promise<AssociatedTenant>

パラメーター

billingAccountName

string

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

associatedTenantName

string

テナントを一意に識別する ID。

parameters
AssociatedTenant

関連付けられているテナント。

options
AssociatedTenantsCreateOrUpdateOptionalParams

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

戻り値

Promise<AssociatedTenant>

beginDelete(string, string, AssociatedTenantsDeleteOptionalParams)

課金アカウントに関連付けられているテナントを削除します。

function beginDelete(billingAccountName: string, associatedTenantName: string, options?: AssociatedTenantsDeleteOptionalParams): Promise<SimplePollerLike<OperationState<AssociatedTenantsDeleteHeaders>, AssociatedTenantsDeleteHeaders>>

パラメーター

billingAccountName

string

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

associatedTenantName

string

テナントを一意に識別する ID。

options
AssociatedTenantsDeleteOptionalParams

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

戻り値

beginDeleteAndWait(string, string, AssociatedTenantsDeleteOptionalParams)

課金アカウントに関連付けられているテナントを削除します。

function beginDeleteAndWait(billingAccountName: string, associatedTenantName: string, options?: AssociatedTenantsDeleteOptionalParams): Promise<AssociatedTenantsDeleteHeaders>

パラメーター

billingAccountName

string

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

associatedTenantName

string

テナントを一意に識別する ID。

options
AssociatedTenantsDeleteOptionalParams

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

戻り値

get(string, string, AssociatedTenantsGetOptionalParams)

関連付けられているテナントを ID で取得します。

function get(billingAccountName: string, associatedTenantName: string, options?: AssociatedTenantsGetOptionalParams): Promise<AssociatedTenant>

パラメーター

billingAccountName

string

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

associatedTenantName

string

テナントを一意に識別する ID。

options
AssociatedTenantsGetOptionalParams

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

戻り値

Promise<AssociatedTenant>

listByBillingAccount(string, AssociatedTenantsListByBillingAccountOptionalParams)

請求書の表示とダウンロード、支払いの管理、購入、ライセンスの管理やプロビジョニングなど、コマース アクティビティで課金アカウントと共同作業できる関連テナントを一覧表示します。

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

パラメーター

billingAccountName

string

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

options
AssociatedTenantsListByBillingAccountOptionalParams

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

戻り値