共用方式為


Profiles interface

表示設定檔的介面。

方法

beginCreate(string, string, Profile, ProfilesCreateOptionalParams)

使用指定訂用帳戶和資源群組下的設定檔名稱,建立新的 Azure Front Door Standard 或 Azure Front Door Premium 或 CDN 設定檔。

beginCreateAndWait(string, string, Profile, ProfilesCreateOptionalParams)

使用指定訂用帳戶和資源群組下的設定檔名稱,建立新的 Azure Front Door Standard 或 Azure Front Door Premium 或 CDN 設定檔。

beginDelete(string, string, ProfilesDeleteOptionalParams)

使用指定的參數刪除現有的 Azure Front Door Standard 或 Azure Front Door Premium 或 CDN 設定檔。 刪除設定檔會導致刪除所有子資源,包括端點、來源和自訂網域。

beginDeleteAndWait(string, string, ProfilesDeleteOptionalParams)

使用指定的參數刪除現有的 Azure Front Door Standard 或 Azure Front Door Premium 或 CDN 設定檔。 刪除設定檔會導致刪除所有子資源,包括端點、來源和自訂網域。

beginUpdate(string, string, ProfileUpdateParameters, ProfilesUpdateOptionalParams)

更新現有的 Azure Front Door Standard 或 Azure Front Door Premium 或 CDN 設定檔,其設定檔名稱位於指定的訂用帳戶和資源群組之下。

beginUpdateAndWait(string, string, ProfileUpdateParameters, ProfilesUpdateOptionalParams)

更新現有的 Azure Front Door Standard 或 Azure Front Door Premium 或 CDN 設定檔,其設定檔名稱位於指定的訂用帳戶和資源群組之下。

generateSsoUri(string, string, ProfilesGenerateSsoUriOptionalParams)

產生用來登入 CDN 補充入口網站的動態 SSO URI。 補充入口網站可用來設定尚未在Azure 入口網站中使用的進階功能,例如標準設定檔中的核心報告;規則引擎、進階 HTTP 報告,以及進階設定檔中的即時統計資料和警示。 SSO URI 大約每隔 10 分鐘變更一次。

get(string, string, ProfilesGetOptionalParams)

取得具有指定訂用帳戶和資源群組下指定設定檔名稱的 Azure Front Door Standard 或 Azure Front Door Premium 或 CDN 設定檔。

list(ProfilesListOptionalParams)

列出 Azure 訂用帳戶內的所有 Azure Front Door Standard、Azure Front Door Premium 和 CDN 設定檔。

listByResourceGroup(string, ProfilesListByResourceGroupOptionalParams)

列出資源群組內的所有 Azure Front Door Standard、Azure Front Door Premium 和 CDN 設定檔。

listResourceUsage(string, string, ProfilesListResourceUsageOptionalParams)

檢查指定 Azure Front Door Standard 或 Azure Front Door Premium 或 CDN 設定檔下端點的配額和實際使用量。

listSupportedOptimizationTypes(string, string, ProfilesListSupportedOptimizationTypesOptionalParams)

取得目前設定檔支援的優化類型。 使用者可以從列出的值建立具有優化類型的端點。

方法詳細資料

beginCreate(string, string, Profile, ProfilesCreateOptionalParams)

使用指定訂用帳戶和資源群組下的設定檔名稱,建立新的 Azure Front Door Standard 或 Azure Front Door Premium 或 CDN 設定檔。

function beginCreate(resourceGroupName: string, profileName: string, profile: Profile, options?: ProfilesCreateOptionalParams): Promise<PollerLike<PollOperationState<Profile>, Profile>>

參數

resourceGroupName

string

Azure 訂用帳戶內的資源組名。

profileName

string

Azure Front Door Standard 或 Azure Front Door Premium 或 CDN 設定檔的名稱,此設定檔在資源群組內是唯一的。

profile
Profile

建立新設定檔所需的配置檔案屬性。

options
ProfilesCreateOptionalParams

選項參數。

傳回

Promise<PollerLike<PollOperationState<Profile>, Profile>>

beginCreateAndWait(string, string, Profile, ProfilesCreateOptionalParams)

使用指定訂用帳戶和資源群組下的設定檔名稱,建立新的 Azure Front Door Standard 或 Azure Front Door Premium 或 CDN 設定檔。

function beginCreateAndWait(resourceGroupName: string, profileName: string, profile: Profile, options?: ProfilesCreateOptionalParams): Promise<Profile>

參數

resourceGroupName

string

Azure 訂用帳戶內的資源組名。

profileName

string

Azure Front Door Standard 或 Azure Front Door Premium 或 CDN 設定檔的名稱,此設定檔在資源群組內是唯一的。

profile
Profile

建立新設定檔所需的配置檔案屬性。

options
ProfilesCreateOptionalParams

選項參數。

傳回

Promise<Profile>

beginDelete(string, string, ProfilesDeleteOptionalParams)

使用指定的參數刪除現有的 Azure Front Door Standard 或 Azure Front Door Premium 或 CDN 設定檔。 刪除設定檔會導致刪除所有子資源,包括端點、來源和自訂網域。

function beginDelete(resourceGroupName: string, profileName: string, options?: ProfilesDeleteOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>

參數

resourceGroupName

string

Azure 訂用帳戶內的資源組名。

profileName

string

Azure Front Door Standard 或 Azure Front Door Premium 或 CDN 設定檔的名稱,此設定檔在資源群組內是唯一的。

options
ProfilesDeleteOptionalParams

選項參數。

傳回

Promise<PollerLike<PollOperationState<void>, void>>

beginDeleteAndWait(string, string, ProfilesDeleteOptionalParams)

使用指定的參數刪除現有的 Azure Front Door Standard 或 Azure Front Door Premium 或 CDN 設定檔。 刪除設定檔會導致刪除所有子資源,包括端點、來源和自訂網域。

function beginDeleteAndWait(resourceGroupName: string, profileName: string, options?: ProfilesDeleteOptionalParams): Promise<void>

參數

resourceGroupName

string

Azure 訂用帳戶內的資源組名。

profileName

string

Azure Front Door Standard 或 Azure Front Door Premium 或 CDN 設定檔的名稱,此設定檔在資源群組內是唯一的。

options
ProfilesDeleteOptionalParams

選項參數。

傳回

Promise<void>

beginUpdate(string, string, ProfileUpdateParameters, ProfilesUpdateOptionalParams)

更新現有的 Azure Front Door Standard 或 Azure Front Door Premium 或 CDN 設定檔,其設定檔名稱位於指定的訂用帳戶和資源群組之下。

function beginUpdate(resourceGroupName: string, profileName: string, profileUpdateParameters: ProfileUpdateParameters, options?: ProfilesUpdateOptionalParams): Promise<PollerLike<PollOperationState<Profile>, Profile>>

參數

resourceGroupName

string

Azure 訂用帳戶內的資源組名。

profileName

string

Azure Front Door Standard 或 Azure Front Door Premium 或 CDN 設定檔的名稱,此設定檔在資源群組內是唯一的。

profileUpdateParameters
ProfileUpdateParameters

更新現有設定檔所需的配置檔案屬性。

options
ProfilesUpdateOptionalParams

選項參數。

傳回

Promise<PollerLike<PollOperationState<Profile>, Profile>>

beginUpdateAndWait(string, string, ProfileUpdateParameters, ProfilesUpdateOptionalParams)

更新現有的 Azure Front Door Standard 或 Azure Front Door Premium 或 CDN 設定檔,其設定檔名稱位於指定的訂用帳戶和資源群組之下。

function beginUpdateAndWait(resourceGroupName: string, profileName: string, profileUpdateParameters: ProfileUpdateParameters, options?: ProfilesUpdateOptionalParams): Promise<Profile>

參數

resourceGroupName

string

Azure 訂用帳戶內的資源組名。

profileName

string

Azure Front Door Standard 或 Azure Front Door Premium 或 CDN 設定檔的名稱,此設定檔在資源群組內是唯一的。

profileUpdateParameters
ProfileUpdateParameters

更新現有設定檔所需的配置檔案屬性。

options
ProfilesUpdateOptionalParams

選項參數。

傳回

Promise<Profile>

generateSsoUri(string, string, ProfilesGenerateSsoUriOptionalParams)

產生用來登入 CDN 補充入口網站的動態 SSO URI。 補充入口網站可用來設定尚未在Azure 入口網站中使用的進階功能,例如標準設定檔中的核心報告;規則引擎、進階 HTTP 報告,以及進階設定檔中的即時統計資料和警示。 SSO URI 大約每隔 10 分鐘變更一次。

function generateSsoUri(resourceGroupName: string, profileName: string, options?: ProfilesGenerateSsoUriOptionalParams): Promise<SsoUri>

參數

resourceGroupName

string

Azure 訂用帳戶內的資源組名。

profileName

string

資源群組內唯一的 CDN 設定檔名稱。

options
ProfilesGenerateSsoUriOptionalParams

選項參數。

傳回

Promise<SsoUri>

get(string, string, ProfilesGetOptionalParams)

取得具有指定訂用帳戶和資源群組下指定設定檔名稱的 Azure Front Door Standard 或 Azure Front Door Premium 或 CDN 設定檔。

function get(resourceGroupName: string, profileName: string, options?: ProfilesGetOptionalParams): Promise<Profile>

參數

resourceGroupName

string

Azure 訂用帳戶內的資源組名。

profileName

string

Azure Front Door Standard 或 Azure Front Door Premium 或 CDN 設定檔的名稱,此設定檔在資源群組內是唯一的。

options
ProfilesGetOptionalParams

選項參數。

傳回

Promise<Profile>

list(ProfilesListOptionalParams)

列出 Azure 訂用帳戶內的所有 Azure Front Door Standard、Azure Front Door Premium 和 CDN 設定檔。

function list(options?: ProfilesListOptionalParams): PagedAsyncIterableIterator<Profile, Profile[], PageSettings>

參數

options
ProfilesListOptionalParams

選項參數。

傳回

PagedAsyncIterableIterator<Profile, Profile[], PageSettings>

listByResourceGroup(string, ProfilesListByResourceGroupOptionalParams)

列出資源群組內的所有 Azure Front Door Standard、Azure Front Door Premium 和 CDN 設定檔。

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

參數

resourceGroupName

string

Azure 訂用帳戶內的資源組名。

傳回

PagedAsyncIterableIterator<Profile, Profile[], PageSettings>

listResourceUsage(string, string, ProfilesListResourceUsageOptionalParams)

檢查指定 Azure Front Door Standard 或 Azure Front Door Premium 或 CDN 設定檔下端點的配額和實際使用量。

function listResourceUsage(resourceGroupName: string, profileName: string, options?: ProfilesListResourceUsageOptionalParams): PagedAsyncIterableIterator<ResourceUsage, ResourceUsage[], PageSettings>

參數

resourceGroupName

string

Azure 訂用帳戶內的資源組名。

profileName

string

Azure Front Door Standard 或 Azure Front Door Premium 或 CDN 設定檔的名稱,此設定檔在資源群組內是唯一的。

options
ProfilesListResourceUsageOptionalParams

選項參數。

傳回

PagedAsyncIterableIterator<ResourceUsage, ResourceUsage[], PageSettings>

listSupportedOptimizationTypes(string, string, ProfilesListSupportedOptimizationTypesOptionalParams)

取得目前設定檔支援的優化類型。 使用者可以從列出的值建立具有優化類型的端點。

function listSupportedOptimizationTypes(resourceGroupName: string, profileName: string, options?: ProfilesListSupportedOptimizationTypesOptionalParams): Promise<SupportedOptimizationTypesListResult>

參數

resourceGroupName

string

Azure 訂用帳戶內的資源組名。

profileName

string

Azure Front Door Standard 或 Azure Front Door Premium 或 CDN 設定檔的名稱,此設定檔在資源群組內是唯一的。

傳回