共用方式為


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>

參數

傳回

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

資源群組的名稱。

傳回

listBySubscription(B2CTenantsListBySubscriptionOptionalParams)

取得訂用帳戶中的所有 Azure AD B2C 租使用者資源。

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

參數

傳回

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

選項參數。

傳回