B2CTenants interface
B2CTenants を表すインターフェイス。
メソッド
メソッドの詳細
beginCreate(string, string, B2CTenantsCreateOptionalParams)
Azure AD B2C テナントと、サブスクリプションにリンクされている対応する Azure リソースの両方を作成する非同期要求を開始します。
function beginCreate(resourceGroupName: string, resourceName: string, options?: B2CTenantsCreateOptionalParams): Promise<PollerLike<PollOperationState<B2CTenantResource>, B2CTenantResource>>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。
- resourceName
-
string
Azure AD B2C テナントの初期ドメイン名。
- options
- B2CTenantsCreateOptionalParams
options パラメーター。
戻り値
Promise<PollerLike<@azure/core-lro.PollOperationState<B2CTenantResource>, B2CTenantResource>>
beginCreateAndWait(string, string, B2CTenantsCreateOptionalParams)
Azure AD B2C テナントと、サブスクリプションにリンクされている対応する Azure リソースの両方を作成する非同期要求を開始します。
function beginCreateAndWait(resourceGroupName: string, resourceName: string, options?: B2CTenantsCreateOptionalParams): Promise<B2CTenantResource>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。
- resourceName
-
string
Azure AD B2C テナントの初期ドメイン名。
- options
- B2CTenantsCreateOptionalParams
options パラメーター。
戻り値
Promise<B2CTenantResource>
beginDelete(string, string, B2CTenantsDeleteOptionalParams)
Azure AD B2C テナントと Azure リソースを削除する非同期操作を開始します。 リソースの削除は、 テナント削除プロセスの最後の手順としてのみ行うことができます。
function beginDelete(resourceGroupName: string, resourceName: string, options?: B2CTenantsDeleteOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。
- resourceName
-
string
Azure AD B2C テナントの初期ドメイン名。
- options
- B2CTenantsDeleteOptionalParams
options パラメーター。
戻り値
Promise<PollerLike<@azure/core-lro.PollOperationState<void>, void>>
beginDeleteAndWait(string, string, B2CTenantsDeleteOptionalParams)
Azure AD B2C テナントと Azure リソースを削除する非同期操作を開始します。 リソースの削除は、 テナント削除プロセスの最後の手順としてのみ行うことができます。
function beginDeleteAndWait(resourceGroupName: string, resourceName: string, options?: B2CTenantsDeleteOptionalParams): Promise<void>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。
- resourceName
-
string
Azure AD B2C テナントの初期ドメイン名。
- options
- B2CTenantsDeleteOptionalParams
options パラメーター。
戻り値
Promise<void>
checkNameAvailability(B2CTenantsCheckNameAvailabilityOptionalParams)
テナントのドメイン名の可用性と有効性を確認します。
function checkNameAvailability(options?: B2CTenantsCheckNameAvailabilityOptionalParams): Promise<NameAvailabilityResponse>
パラメーター
options パラメーター。
戻り値
Promise<NameAvailabilityResponse>
get(string, string, B2CTenantsGetOptionalParams)
Azure AD B2C テナント リソースを取得します。
function get(resourceGroupName: string, resourceName: string, options?: B2CTenantsGetOptionalParams): Promise<B2CTenantResource>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。
- resourceName
-
string
Azure AD B2C テナントの初期ドメイン名。
- options
- B2CTenantsGetOptionalParams
options パラメーター。
戻り値
Promise<B2CTenantResource>
listByResourceGroup(string, B2CTenantsListByResourceGroupOptionalParams)
リソース グループ内のすべての Azure AD B2C テナント リソースを取得します。
function listByResourceGroup(resourceGroupName: string, options?: B2CTenantsListByResourceGroupOptionalParams): PagedAsyncIterableIterator<B2CTenantResource, B2CTenantResource[], PageSettings>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。
options パラメーター。
戻り値
listBySubscription(B2CTenantsListBySubscriptionOptionalParams)
サブスクリプション内のすべての Azure AD B2C テナント リソースを取得します。
function listBySubscription(options?: B2CTenantsListBySubscriptionOptionalParams): PagedAsyncIterableIterator<B2CTenantResource, B2CTenantResource[], PageSettings>
パラメーター
options パラメーター。
戻り値
update(string, string, B2CTenantsUpdateOptionalParams)
Azure AD B2C テナント リソースを更新します。
function update(resourceGroupName: string, resourceName: string, options?: B2CTenantsUpdateOptionalParams): Promise<B2CTenantResource>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。
- resourceName
-
string
Azure AD B2C テナントの初期ドメイン名。
- options
- B2CTenantsUpdateOptionalParams
options パラメーター。
戻り値
Promise<B2CTenantResource>