AssociatedTenantsOperations interface

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

プロパティ

beginCreateOrUpdate
beginCreateOrUpdateAndWait
beginDelete
beginDeleteAndWait
createOrUpdate

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

delete

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

get

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

listByBillingAccount

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

プロパティの詳細

beginCreateOrUpdate

警告

この API は非推奨になりました。

use createOrUpdate instead

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

プロパティ値

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

beginCreateOrUpdateAndWait

警告

この API は非推奨になりました。

use createOrUpdate instead

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

プロパティ値

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

beginDelete

警告

この API は非推奨になりました。

use delete instead

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

プロパティ値

(billingAccountName: string, associatedTenantName: string, options?: AssociatedTenantsDeleteOptionalParams) => Promise<SimplePollerLike<OperationState<void>, void>>

beginDeleteAndWait

警告

この API は非推奨になりました。

use delete instead

beginDeleteAndWait: (billingAccountName: string, associatedTenantName: string, options?: AssociatedTenantsDeleteOptionalParams) => Promise<void>

プロパティ値

(billingAccountName: string, associatedTenantName: string, options?: AssociatedTenantsDeleteOptionalParams) => Promise<void>

createOrUpdate

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

createOrUpdate: (billingAccountName: string, associatedTenantName: string, parameters: AssociatedTenant, options?: AssociatedTenantsCreateOrUpdateOptionalParams) => PollerLike<OperationState<AssociatedTenant>, AssociatedTenant>

プロパティ値

(billingAccountName: string, associatedTenantName: string, parameters: AssociatedTenant, options?: AssociatedTenantsCreateOrUpdateOptionalParams) => PollerLike<OperationState<AssociatedTenant>, AssociatedTenant>

delete

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

delete: (billingAccountName: string, associatedTenantName: string, options?: AssociatedTenantsDeleteOptionalParams) => PollerLike<OperationState<void>, void>

プロパティ値

(billingAccountName: string, associatedTenantName: string, options?: AssociatedTenantsDeleteOptionalParams) => PollerLike<OperationState<void>, void>

get

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

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

プロパティ値

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

listByBillingAccount

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

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

プロパティ値

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