ProfilesOperations interface

プロファイル操作を表すインターフェース。

プロパティ

beginCanMigrate
beginCanMigrateAndWait
beginCdnCanMigrateToAfd
beginCdnCanMigrateToAfdAndWait
beginCdnMigrateToAfd
beginCdnMigrateToAfdAndWait
beginCreate
beginCreateAndWait
beginDelete
beginDeleteAndWait
beginMigrate
beginMigrateAndWait
beginMigrationAbort
beginMigrationAbortAndWait
beginMigrationCommit
beginMigrationCommitAndWait
beginUpdate
beginUpdateAndWait
canMigrate

CDN プロファイルを Azure Frontdoor(Standard/Premium) プロファイルに移行できるかどうかを確認します。

cdnCanMigrateToAfd

CDN プロファイルを Azure Frontdoor(Standard/Premium) プロファイルに移行できるかどうかを確認します。

cdnMigrateToAfd

CDN プロファイルを Frontdoor(Standard/Premium) プロファイルAzureに移行します。 この手順では、移行用のプロファイルを準備し、その後に Commit を実行して移行を完了します。

create

指定したサブスクリプションとリソース グループの下にプロファイル名を持つ新しい Azure Front Door Standard または Azure Front Door Premium または CDN プロファイルを作成します。

delete

指定したパラメーターを使用して、既存の Azure Front Door Standard または Azure Front Door Premium または CDN プロファイルを削除します。 プロファイルを削除すると、エンドポイント、配信元、カスタム ドメインを含むすべてのサブリソースが削除されます。

generateSsoUri

CDN補足ポータルへのサインインに使う動的なSSO URIを生成します。 補助ポータルは、標準プロファイルのコアレポート、プレミアムプロファイルのルールエンジン、高度なHTTPレポート、リアルタイム統計やアラートなど、Azureポータルでまだ利用できない高度な機能機能を設定するために使用されます。 SSOのURIは約10分ごとに変化します。

get

指定したサブスクリプションとリソース グループの下で、指定したプロファイル名を持つ Azure Front Door Standard または Azure Front Door Premium または CDN プロファイルを取得します。

list

Azureサブスクリプション内のAzure Front Door Standard、Azure Front Door Premium、CDNプロファイルをすべてリストアップします。

listByResourceGroup

リソースグループ内のすべてのAzure Front Door Standard、Azure Front Door Premium、CDNプロファイルを一覧表示します。

listResourceUsage

特定の Azure Front Door Standard または Azure Front Door Premium または CDN プロファイルで、エンドポイントのクォータと実際の使用状況を確認します。

listSupportedOptimizationTypes

現在のプロファイルでサポートされている最適化の種類を取得します。 ユーザーはリストされた値から最適化タイプを持つエンドポイントを作成できます。

migrate

CDN プロファイルを Frontdoor(Standard/Premium) プロファイルAzureに移行します。 この後、変更をコミットする必要があります。

migrationAbort

Azure Frontdoor Premium/Standard への移行を中止します。

migrationCommit

移行されたAzure Frontdoor(Standard/Premium) プロファイルをコミットします。

update

既存の Azure Front Door Standard または Azure Front Door Premium または CDN プロファイルを、指定したサブスクリプションとリソース グループの指定したプロファイル名で更新します。

プロパティの詳細

beginCanMigrate

警告

この API は非推奨になりました。

use canMigrate instead

beginCanMigrate: (resourceGroupName: string, canMigrateParameters: CanMigrateParameters, options?: ProfilesCanMigrateOptionalParams) => Promise<SimplePollerLike<OperationState<CanMigrateResult>, CanMigrateResult>>

プロパティ値

(resourceGroupName: string, canMigrateParameters: CanMigrateParameters, options?: ProfilesCanMigrateOptionalParams) => Promise<SimplePollerLike<OperationState<CanMigrateResult>, CanMigrateResult>>

beginCanMigrateAndWait

警告

この API は非推奨になりました。

use canMigrate instead

beginCanMigrateAndWait: (resourceGroupName: string, canMigrateParameters: CanMigrateParameters, options?: ProfilesCanMigrateOptionalParams) => Promise<CanMigrateResult>

プロパティ値

(resourceGroupName: string, canMigrateParameters: CanMigrateParameters, options?: ProfilesCanMigrateOptionalParams) => Promise<CanMigrateResult>

beginCdnCanMigrateToAfd

警告

この API は非推奨になりました。

use cdnCanMigrateToAfd instead

beginCdnCanMigrateToAfd: (resourceGroupName: string, profileName: string, options?: ProfilesCdnCanMigrateToAfdOptionalParams) => Promise<SimplePollerLike<OperationState<CanMigrateResult>, CanMigrateResult>>

プロパティ値

(resourceGroupName: string, profileName: string, options?: ProfilesCdnCanMigrateToAfdOptionalParams) => Promise<SimplePollerLike<OperationState<CanMigrateResult>, CanMigrateResult>>

beginCdnCanMigrateToAfdAndWait

警告

この API は非推奨になりました。

use cdnCanMigrateToAfd instead

beginCdnCanMigrateToAfdAndWait: (resourceGroupName: string, profileName: string, options?: ProfilesCdnCanMigrateToAfdOptionalParams) => Promise<CanMigrateResult>

プロパティ値

(resourceGroupName: string, profileName: string, options?: ProfilesCdnCanMigrateToAfdOptionalParams) => Promise<CanMigrateResult>

beginCdnMigrateToAfd

警告

この API は非推奨になりました。

use cdnMigrateToAfd instead

beginCdnMigrateToAfd: (resourceGroupName: string, profileName: string, migrationParameters: CdnMigrationToAfdParameters, options?: ProfilesCdnMigrateToAfdOptionalParams) => Promise<SimplePollerLike<OperationState<MigrateResult>, MigrateResult>>

プロパティ値

(resourceGroupName: string, profileName: string, migrationParameters: CdnMigrationToAfdParameters, options?: ProfilesCdnMigrateToAfdOptionalParams) => Promise<SimplePollerLike<OperationState<MigrateResult>, MigrateResult>>

beginCdnMigrateToAfdAndWait

警告

この API は非推奨になりました。

use cdnMigrateToAfd instead

beginCdnMigrateToAfdAndWait: (resourceGroupName: string, profileName: string, migrationParameters: CdnMigrationToAfdParameters, options?: ProfilesCdnMigrateToAfdOptionalParams) => Promise<MigrateResult>

プロパティ値

(resourceGroupName: string, profileName: string, migrationParameters: CdnMigrationToAfdParameters, options?: ProfilesCdnMigrateToAfdOptionalParams) => Promise<MigrateResult>

beginCreate

警告

この API は非推奨になりました。

use create instead

beginCreate: (resourceGroupName: string, profileName: string, profile: Profile, options?: ProfilesCreateOptionalParams) => Promise<SimplePollerLike<OperationState<Profile>, Profile>>

プロパティ値

(resourceGroupName: string, profileName: string, profile: Profile, options?: ProfilesCreateOptionalParams) => Promise<SimplePollerLike<OperationState<Profile>, Profile>>

beginCreateAndWait

警告

この API は非推奨になりました。

use create instead

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

プロパティ値

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

beginDelete

警告

この API は非推奨になりました。

use delete instead

beginDelete: (resourceGroupName: string, profileName: string, options?: ProfilesDeleteOptionalParams) => Promise<SimplePollerLike<OperationState<void>, void>>

プロパティ値

(resourceGroupName: string, profileName: string, options?: ProfilesDeleteOptionalParams) => Promise<SimplePollerLike<OperationState<void>, void>>

beginDeleteAndWait

警告

この API は非推奨になりました。

use delete instead

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

プロパティ値

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

beginMigrate

警告

この API は非推奨になりました。

use migrate instead

beginMigrate: (resourceGroupName: string, migrationParameters: MigrationParameters, options?: ProfilesMigrateOptionalParams) => Promise<SimplePollerLike<OperationState<MigrateResult>, MigrateResult>>

プロパティ値

(resourceGroupName: string, migrationParameters: MigrationParameters, options?: ProfilesMigrateOptionalParams) => Promise<SimplePollerLike<OperationState<MigrateResult>, MigrateResult>>

beginMigrateAndWait

警告

この API は非推奨になりました。

use migrate instead

beginMigrateAndWait: (resourceGroupName: string, migrationParameters: MigrationParameters, options?: ProfilesMigrateOptionalParams) => Promise<MigrateResult>

プロパティ値

(resourceGroupName: string, migrationParameters: MigrationParameters, options?: ProfilesMigrateOptionalParams) => Promise<MigrateResult>

beginMigrationAbort

警告

この API は非推奨になりました。

use migrationAbort instead

beginMigrationAbort: (resourceGroupName: string, profileName: string, options?: ProfilesMigrationAbortOptionalParams) => Promise<SimplePollerLike<OperationState<void>, void>>

プロパティ値

(resourceGroupName: string, profileName: string, options?: ProfilesMigrationAbortOptionalParams) => Promise<SimplePollerLike<OperationState<void>, void>>

beginMigrationAbortAndWait

警告

この API は非推奨になりました。

use migrationAbort instead

beginMigrationAbortAndWait: (resourceGroupName: string, profileName: string, options?: ProfilesMigrationAbortOptionalParams) => Promise<void>

プロパティ値

(resourceGroupName: string, profileName: string, options?: ProfilesMigrationAbortOptionalParams) => Promise<void>

beginMigrationCommit

警告

この API は非推奨になりました。

use migrationCommit instead

beginMigrationCommit: (resourceGroupName: string, profileName: string, options?: ProfilesMigrationCommitOptionalParams) => Promise<SimplePollerLike<OperationState<void>, void>>

プロパティ値

(resourceGroupName: string, profileName: string, options?: ProfilesMigrationCommitOptionalParams) => Promise<SimplePollerLike<OperationState<void>, void>>

beginMigrationCommitAndWait

警告

この API は非推奨になりました。

use migrationCommit instead

beginMigrationCommitAndWait: (resourceGroupName: string, profileName: string, options?: ProfilesMigrationCommitOptionalParams) => Promise<void>

プロパティ値

(resourceGroupName: string, profileName: string, options?: ProfilesMigrationCommitOptionalParams) => Promise<void>

beginUpdate

警告

この API は非推奨になりました。

use update instead

beginUpdate: (resourceGroupName: string, profileName: string, profileUpdateParameters: ProfileUpdateParameters, options?: ProfilesUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<Profile>, Profile>>

プロパティ値

(resourceGroupName: string, profileName: string, profileUpdateParameters: ProfileUpdateParameters, options?: ProfilesUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<Profile>, Profile>>

beginUpdateAndWait

警告

この API は非推奨になりました。

use update instead

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

プロパティ値

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

canMigrate

CDN プロファイルを Azure Frontdoor(Standard/Premium) プロファイルに移行できるかどうかを確認します。

canMigrate: (resourceGroupName: string, canMigrateParameters: CanMigrateParameters, options?: ProfilesCanMigrateOptionalParams) => PollerLike<OperationState<CanMigrateResult>, CanMigrateResult>

プロパティ値

(resourceGroupName: string, canMigrateParameters: CanMigrateParameters, options?: ProfilesCanMigrateOptionalParams) => PollerLike<OperationState<CanMigrateResult>, CanMigrateResult>

cdnCanMigrateToAfd

CDN プロファイルを Azure Frontdoor(Standard/Premium) プロファイルに移行できるかどうかを確認します。

cdnCanMigrateToAfd: (resourceGroupName: string, profileName: string, options?: ProfilesCdnCanMigrateToAfdOptionalParams) => PollerLike<OperationState<CanMigrateResult>, CanMigrateResult>

プロパティ値

(resourceGroupName: string, profileName: string, options?: ProfilesCdnCanMigrateToAfdOptionalParams) => PollerLike<OperationState<CanMigrateResult>, CanMigrateResult>

cdnMigrateToAfd

CDN プロファイルを Frontdoor(Standard/Premium) プロファイルAzureに移行します。 この手順では、移行用のプロファイルを準備し、その後に Commit を実行して移行を完了します。

cdnMigrateToAfd: (resourceGroupName: string, profileName: string, migrationParameters: CdnMigrationToAfdParameters, options?: ProfilesCdnMigrateToAfdOptionalParams) => PollerLike<OperationState<MigrateResult>, MigrateResult>

プロパティ値

(resourceGroupName: string, profileName: string, migrationParameters: CdnMigrationToAfdParameters, options?: ProfilesCdnMigrateToAfdOptionalParams) => PollerLike<OperationState<MigrateResult>, MigrateResult>

create

指定したサブスクリプションとリソース グループの下にプロファイル名を持つ新しい Azure Front Door Standard または Azure Front Door Premium または CDN プロファイルを作成します。

create: (resourceGroupName: string, profileName: string, profile: Profile, options?: ProfilesCreateOptionalParams) => PollerLike<OperationState<Profile>, Profile>

プロパティ値

(resourceGroupName: string, profileName: string, profile: Profile, options?: ProfilesCreateOptionalParams) => PollerLike<OperationState<Profile>, Profile>

delete

指定したパラメーターを使用して、既存の Azure Front Door Standard または Azure Front Door Premium または CDN プロファイルを削除します。 プロファイルを削除すると、エンドポイント、配信元、カスタム ドメインを含むすべてのサブリソースが削除されます。

delete: (resourceGroupName: string, profileName: string, options?: ProfilesDeleteOptionalParams) => PollerLike<OperationState<void>, void>

プロパティ値

(resourceGroupName: string, profileName: string, options?: ProfilesDeleteOptionalParams) => PollerLike<OperationState<void>, void>

generateSsoUri

CDN補足ポータルへのサインインに使う動的なSSO URIを生成します。 補助ポータルは、標準プロファイルのコアレポート、プレミアムプロファイルのルールエンジン、高度なHTTPレポート、リアルタイム統計やアラートなど、Azureポータルでまだ利用できない高度な機能機能を設定するために使用されます。 SSOのURIは約10分ごとに変化します。

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

プロパティ値

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

get

指定したサブスクリプションとリソース グループの下で、指定したプロファイル名を持つ Azure Front Door Standard または Azure Front Door Premium または CDN プロファイルを取得します。

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

プロパティ値

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

list

Azureサブスクリプション内のAzure Front Door Standard、Azure Front Door Premium、CDNプロファイルをすべてリストアップします。

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

プロパティ値

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

listByResourceGroup

リソースグループ内のすべてのAzure Front Door Standard、Azure Front Door Premium、CDNプロファイルを一覧表示します。

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

プロパティ値

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

listResourceUsage

特定の Azure Front Door Standard または Azure Front Door Premium または CDN プロファイルで、エンドポイントのクォータと実際の使用状況を確認します。

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

プロパティ値

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

listSupportedOptimizationTypes

現在のプロファイルでサポートされている最適化の種類を取得します。 ユーザーはリストされた値から最適化タイプを持つエンドポイントを作成できます。

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

プロパティ値

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

migrate

CDN プロファイルを Frontdoor(Standard/Premium) プロファイルAzureに移行します。 この後、変更をコミットする必要があります。

migrate: (resourceGroupName: string, migrationParameters: MigrationParameters, options?: ProfilesMigrateOptionalParams) => PollerLike<OperationState<MigrateResult>, MigrateResult>

プロパティ値

(resourceGroupName: string, migrationParameters: MigrationParameters, options?: ProfilesMigrateOptionalParams) => PollerLike<OperationState<MigrateResult>, MigrateResult>

migrationAbort

Azure Frontdoor Premium/Standard への移行を中止します。

migrationAbort: (resourceGroupName: string, profileName: string, options?: ProfilesMigrationAbortOptionalParams) => PollerLike<OperationState<void>, void>

プロパティ値

(resourceGroupName: string, profileName: string, options?: ProfilesMigrationAbortOptionalParams) => PollerLike<OperationState<void>, void>

migrationCommit

移行されたAzure Frontdoor(Standard/Premium) プロファイルをコミットします。

migrationCommit: (resourceGroupName: string, profileName: string, options?: ProfilesMigrationCommitOptionalParams) => PollerLike<OperationState<void>, void>

プロパティ値

(resourceGroupName: string, profileName: string, options?: ProfilesMigrationCommitOptionalParams) => PollerLike<OperationState<void>, void>

update

既存の Azure Front Door Standard または Azure Front Door Premium または CDN プロファイルを、指定したサブスクリプションとリソース グループの指定したプロファイル名で更新します。

update: (resourceGroupName: string, profileName: string, profileUpdateParameters: ProfileUpdateParameters, options?: ProfilesUpdateOptionalParams) => PollerLike<OperationState<Profile>, Profile>

プロパティ値

(resourceGroupName: string, profileName: string, profileUpdateParameters: ProfileUpdateParameters, options?: ProfilesUpdateOptionalParams) => PollerLike<OperationState<Profile>, Profile>