Profiles interface
プロファイルを表すインターフェイス。
メソッド
begin |
指定したサブスクリプションとリソース グループの下にプロファイル名を使用して、新しい Azure Front Door Standard または Azure Front Door Premium または CDN プロファイルを作成します。 |
begin |
指定したサブスクリプションとリソース グループの下にプロファイル名を使用して、新しい Azure Front Door Standard または Azure Front Door Premium または CDN プロファイルを作成します。 |
begin |
指定したパラメーターを使用して、既存の Azure Front Door Standard または Azure Front Door Premium または CDN プロファイルを削除します。 プロファイルを削除すると、エンドポイント、配信元、カスタム ドメインを含むすべてのサブリソースが削除されます。 |
begin |
指定したパラメーターを使用して、既存の Azure Front Door Standard または Azure Front Door Premium または CDN プロファイルを削除します。 プロファイルを削除すると、エンドポイント、配信元、カスタム ドメインを含むすべてのサブリソースが削除されます。 |
begin |
指定したサブスクリプションとリソース グループの下に、指定したプロファイル名を持つ既存の Azure Front Door Standard または Azure Front Door Premium または CDN プロファイルを更新します。 |
begin |
指定したサブスクリプションとリソース グループの下に、指定したプロファイル名を持つ既存の Azure Front Door Standard または Azure Front Door Premium または CDN プロファイルを更新します。 |
generate |
CDN 補助ポータルへのサインインに使用する動的 SSO URI を生成します。 補足ポータルは、標準プロファイルのコア レポート、ルール エンジン、高度な HTTP レポート、Premium プロファイルのリアルタイム統計とアラートなど、Azure portalでまだ使用できない高度な機能を構成するために使用されます。 SSO URI は約 10 分ごとに変更されます。 |
get(string, string, Profiles |
指定したサブスクリプションとリソース グループの下に、指定したプロファイル名を持つ Azure Front Door Standard または Azure Front Door Premium または CDN プロファイルを取得します。 |
list(Profiles |
Azure サブスクリプション内のすべての Azure Front Door Standard、Azure Front Door Premium、CDN プロファイルを一覧表示します。 |
list |
リソース グループ内のすべての Azure Front Door Standard、Azure Front Door Premium、CDN プロファイルを一覧表示します。 |
list |
特定の Azure Front Door Standard または Azure Front Door Premium または CDN プロファイルで、エンドポイントのクォータと実際の使用状況を確認します。 |
list |
現在のプロファイルでサポートされている最適化の種類を取得します。 ユーザーは、リストされた値から最適化の種類を持つエンドポイントを作成できます。 |
メソッドの詳細
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
options パラメーター。
戻り値
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
options パラメーター。
戻り値
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
options パラメーター。
戻り値
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
options パラメーター。
戻り値
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
options パラメーター。
戻り値
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
options パラメーター。
戻り値
Promise<Profile>
generateSsoUri(string, string, ProfilesGenerateSsoUriOptionalParams)
CDN 補助ポータルへのサインインに使用する動的 SSO URI を生成します。 補足ポータルは、標準プロファイルのコア レポート、ルール エンジン、高度な HTTP レポート、Premium プロファイルのリアルタイム統計とアラートなど、Azure portalでまだ使用できない高度な機能を構成するために使用されます。 SSO URI は約 10 分ごとに変更されます。
function generateSsoUri(resourceGroupName: string, profileName: string, options?: ProfilesGenerateSsoUriOptionalParams): Promise<SsoUri>
パラメーター
- resourceGroupName
-
string
Azure サブスクリプション内のリソース グループの名前。
- profileName
-
string
リソース グループ内で一意の CDN プロファイルの名前。
options パラメーター。
戻り値
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
options パラメーター。
戻り値
Promise<Profile>
list(ProfilesListOptionalParams)
Azure サブスクリプション内のすべての Azure Front Door Standard、Azure Front Door Premium、CDN プロファイルを一覧表示します。
function list(options?: ProfilesListOptionalParams): PagedAsyncIterableIterator<Profile, Profile[], PageSettings>
パラメーター
- options
- ProfilesListOptionalParams
options パラメーター。
戻り値
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 サブスクリプション内のリソース グループの名前。
options パラメーター。
戻り値
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 パラメーター。
戻り値
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 プロファイルの名前。
options パラメーター。
戻り値
Promise<SupportedOptimizationTypesListResult>