次の方法で共有


B2CTenants interface

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

メソッド

beginCreate(string, string, B2CTenantsCreateOptionalParams)

Azure AD B2C テナントと、サブスクリプションにリンクされている対応する Azure リソースの両方を作成する非同期要求を開始します。

beginCreateAndWait(string, string, B2CTenantsCreateOptionalParams)

Azure AD B2C テナントと、サブスクリプションにリンクされている対応する Azure リソースの両方を作成する非同期要求を開始します。

beginDelete(string, string, B2CTenantsDeleteOptionalParams)

Azure AD B2C テナントと Azure リソースを削除する非同期操作を開始します。 リソースの削除は、テナントの削除プロセス の最後の手順としてのみ実行できます。

beginDeleteAndWait(string, string, B2CTenantsDeleteOptionalParams)

Azure AD B2C テナントと Azure リソースを削除する非同期操作を開始します。 リソースの削除は、テナントの削除プロセス の最後の手順としてのみ実行できます。

checkNameAvailability(B2CTenantsCheckNameAvailabilityOptionalParams)

テナントのドメイン名の可用性と有効性を確認します。

get(string, string, B2CTenantsGetOptionalParams)

Azure AD B2C テナント リソースを取得します。

listByResourceGroup(string, B2CTenantsListByResourceGroupOptionalParams)

リソース グループ内のすべての Azure AD B2C テナント リソースを取得します。

listBySubscription(B2CTenantsListBySubscriptionOptionalParams)

サブスクリプション内のすべての Azure AD B2C テナント リソースを取得します。

update(string, string, B2CTenantsUpdateOptionalParams)

Azure AD B2C テナント リソースを更新します。

メソッドの詳細

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

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

戻り値

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

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

戻り値

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

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

戻り値

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

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

戻り値

Promise<void>

checkNameAvailability(B2CTenantsCheckNameAvailabilityOptionalParams)

テナントのドメイン名の可用性と有効性を確認します。

function checkNameAvailability(options?: B2CTenantsCheckNameAvailabilityOptionalParams): Promise<NameAvailabilityResponse>

パラメーター

options
B2CTenantsCheckNameAvailabilityOptionalParams

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

戻り値

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

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

戻り値

listByResourceGroup(string, B2CTenantsListByResourceGroupOptionalParams)

リソース グループ内のすべての Azure AD B2C テナント リソースを取得します。

function listByResourceGroup(resourceGroupName: string, options?: B2CTenantsListByResourceGroupOptionalParams): PagedAsyncIterableIterator<B2CTenantResource, B2CTenantResource[], PageSettings>

パラメーター

resourceGroupName

string

リソース グループの名前。

options
B2CTenantsListByResourceGroupOptionalParams

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

戻り値

listBySubscription(B2CTenantsListBySubscriptionOptionalParams)

サブスクリプション内のすべての Azure AD B2C テナント リソースを取得します。

function listBySubscription(options?: B2CTenantsListBySubscriptionOptionalParams): PagedAsyncIterableIterator<B2CTenantResource, B2CTenantResource[], PageSettings>

パラメーター

options
B2CTenantsListBySubscriptionOptionalParams

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

戻り値

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

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

戻り値