AssociatedTenants interface
AssociatedTenants を表すインターフェイス。
メソッド
| begin |
課金アカウントに関連付けられているテナントを作成または更新します。 |
| begin |
課金アカウントに関連付けられているテナントを作成または更新します。 |
| begin |
課金アカウントに関連付けられているテナントを削除します。 |
| begin |
課金アカウントに関連付けられているテナントを削除します。 |
| get(string, string, Associated |
関連付けられているテナントを ID で取得します。 |
| list |
請求書の表示とダウンロード、支払いの管理、購入、ライセンスの管理やプロビジョニングなど、コマース アクティビティで課金アカウントと共同作業できる関連テナントを一覧表示します。 |
メソッドの詳細
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
関連付けられているテナント。
オプション パラメーター。
戻り値
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
関連付けられているテナント。
オプション パラメーター。
戻り値
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。
オプション パラメーター。
戻り値
Promise<@azure/core-lro.SimplePollerLike<OperationState<AssociatedTenantsDeleteHeaders>, AssociatedTenantsDeleteHeaders>>
beginDeleteAndWait(string, string, AssociatedTenantsDeleteOptionalParams)
課金アカウントに関連付けられているテナントを削除します。
function beginDeleteAndWait(billingAccountName: string, associatedTenantName: string, options?: AssociatedTenantsDeleteOptionalParams): Promise<AssociatedTenantsDeleteHeaders>
パラメーター
- billingAccountName
-
string
課金アカウントを一意に識別する ID。
- associatedTenantName
-
string
テナントを一意に識別する ID。
オプション パラメーター。
戻り値
Promise<AssociatedTenantsDeleteHeaders>
get(string, string, AssociatedTenantsGetOptionalParams)
関連付けられているテナントを ID で取得します。
function get(billingAccountName: string, associatedTenantName: string, options?: AssociatedTenantsGetOptionalParams): Promise<AssociatedTenant>
パラメーター
- billingAccountName
-
string
課金アカウントを一意に識別する ID。
- associatedTenantName
-
string
テナントを一意に識別する ID。
オプション パラメーター。
戻り値
Promise<AssociatedTenant>
listByBillingAccount(string, AssociatedTenantsListByBillingAccountOptionalParams)
請求書の表示とダウンロード、支払いの管理、購入、ライセンスの管理やプロビジョニングなど、コマース アクティビティで課金アカウントと共同作業できる関連テナントを一覧表示します。
function listByBillingAccount(billingAccountName: string, options?: AssociatedTenantsListByBillingAccountOptionalParams): PagedAsyncIterableIterator<AssociatedTenant, AssociatedTenant[], PageSettings>
パラメーター
- billingAccountName
-
string
課金アカウントを一意に識別する ID。
オプション パラメーター。