Profiles - Get
指定したサブスクリプションとリソース グループの下に、指定したプロファイル名を持つ Azure Front Door Standard または Azure Front Door Premium または CDN プロファイルを取得します。
GET https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Cdn/profiles/{profileName}?api-version=2025-04-15
URI パラメーター
| 名前 | / | 必須 | 型 | 説明 |
|---|---|---|---|---|
|
profile
|
path | True |
string |
リソース グループ内で一意である Azure Front Door Standard または Azure Front Door Premium または CDN プロファイルの名前。 |
|
resource
|
path | True |
string minLength: 1maxLength: 90 pattern: ^[-\w\._\(\)]+$ |
Azure サブスクリプション内のリソース グループの名前。 |
|
subscription
|
path | True |
string |
Azure サブスクリプション ID。 |
|
api-version
|
query | True |
string |
クライアント要求で使用する API のバージョン。 現在のバージョンは 2025-04-15 です。 |
応答
| 名前 | 型 | 説明 |
|---|---|---|
| 200 OK |
わかりました。 要求は成功しました。 |
|
| Other Status Codes |
操作が失敗した理由を説明する CDN エラー応答。 |
セキュリティ
azure_auth
Azure Active Directory OAuth2 フロー。
型:
oauth2
フロー:
implicit
Authorization URL (承認 URL):
https://login.microsoftonline.com/common/oauth2/authorize
スコープ
| 名前 | 説明 |
|---|---|
| user_impersonation | ユーザー アカウントを偽装する |
例
Profiles_Get
要求のサンプル
GET https://management.azure.com/subscriptions/subid/resourceGroups/RG/providers/Microsoft.Cdn/profiles/profile1?api-version=2025-04-15
応答のサンプル
{
"name": "profile1",
"id": "/subscriptions/subid/resourcegroups/RG/providers/Microsoft.Cdn/profiles/profile1",
"type": "Microsoft.Cdn/profiles",
"tags": {},
"location": "global",
"sku": {
"name": "Premium_AzureFrontDoor"
},
"kind": "frontdoor",
"properties": {
"originResponseTimeoutSeconds": 30,
"logScrubbing": {
"state": "Enabled",
"scrubbingRules": []
},
"frontDoorId": "3b4682da-b3e2-47a1-96ca-08ab3cb7294e",
"provisioningState": "Succeeded",
"resourceState": "Active"
}
}
定義
| 名前 | 説明 |
|---|---|
|
scrubbing |
matchVariable がコレクションの場合は、セレクターを操作して、この規則が適用されるコレクション内の要素を指定します。 |
|
scrubbing |
ログ スクラブ ルールの状態を定義します。 既定値は有効です。 |
|
Error |
リソース管理エラーの追加情報。 |
|
Error |
エラーの詳細。 |
|
Error |
エラー応答 |
|
Identity |
リソースを作成または変更する ID の種類 |
|
Managed |
マネージド サービス ID (システム割り当て ID またはユーザー割り当て ID) |
|
Managed |
マネージド サービス ID の種類 (SystemAssigned 型と UserAssigned 型の両方が許可されます)。 |
| Profile |
プロファイルは、同じ設定を共有するエンドポイントの論理的なグループです。 |
|
Profile |
Azure Front Door プロファイル ログの機密フィールドをスクラブするルールを定義します。 |
|
Profile |
プロファイルのプロビジョニング状態。 |
|
Profile |
プロファイルのリソースの状態。 |
|
Profile |
ログ スクラブ ルールの内容を定義します。 |
|
Profile |
ログ スクラブ構成の状態。既定値は [有効] です。 |
|
scrubbing |
ログからスクラブされる変数。 |
| Sku |
Standard_Verizon = Standard Verizon CDN プロファイルの SKU 名。 Premium_Verizon = Premium Verizon CDN プロファイルの SKU 名。 Custom_Verizon = Custom Verizon CDN プロファイルの SKU 名。 Standard_Akamai = Akamai CDN プロファイルの SKU 名。 Standard_ChinaCdn = GB ベースの課金モデルを使用した VOD、Web、ダウンロード シナリオの中国 CDN プロファイルの SKU 名。 Standard_Microsoft = Standard Microsoft CDN プロファイルの SKU 名。 Standard_AzureFrontDoor = Azure Front Door Standard プロファイルの SKU 名。 Premium_AzureFrontDoor = Azure Front Door Premium プロファイルの SKU 名。 Standard_955BandWidth_ChinaCdn = 95 から 5 のピーク帯域幅課金モデルを使用する VOD、Web、ダウンロード シナリオの中国 CDN プロファイルの SKU 名。 Standard_AvgBandWidth_ChinaCdn = 毎月の平均ピーク帯域幅課金モデルを使用した VOD、Web、ダウンロード シナリオ用の中国 CDN プロファイルの SKU 名。 StandardPlus_ChinaCdn = GB ベースの課金モデルを使用したライブ ストリーミング用の中国 CDN プロファイルの SKU 名。 StandardPlus_955BandWidth_ChinaCdn = 95 から 5 のピーク帯域幅課金モデルを使用する中国 CDN ライブ ストリーミング プロファイルの SKU 名。 StandardPlus_AvgBandWidth_ChinaCdn = 月間平均ピーク帯域幅課金モデルを使用する中国 CDN ライブ ストリーミング プロファイルの SKU 名。 |
|
Sku |
価格レベルの名前。 |
|
System |
システム データの読み取り専用 |
|
User |
ユーザー割り当て ID プロパティ |
scrubbingRuleEntryMatchOperator
matchVariable がコレクションの場合は、セレクターを操作して、この規則が適用されるコレクション内の要素を指定します。
| 値 | 説明 |
|---|---|
| EqualsAny |
scrubbingRuleEntryState
ログ スクラブ ルールの状態を定義します。 既定値は有効です。
| 値 | 説明 |
|---|---|
| Enabled | |
| Disabled |
ErrorAdditionalInfo
リソース管理エラーの追加情報。
| 名前 | 型 | 説明 |
|---|---|---|
| info |
object |
追加情報。 |
| type |
string |
追加情報の種類。 |
ErrorDetail
エラーの詳細。
| 名前 | 型 | 説明 |
|---|---|---|
| additionalInfo |
エラーの追加情報。 |
|
| code |
string |
エラー コード。 |
| details |
エラーの詳細。 |
|
| message |
string |
エラー メッセージ。 |
| target |
string |
エラーターゲット。 |
ErrorResponse
エラー応答
| 名前 | 型 | 説明 |
|---|---|---|
| error |
エラーの詳細。 |
IdentityType
リソースを作成または変更する ID の種類
| 値 | 説明 |
|---|---|
| user | |
| application | |
| managedIdentity | |
| key |
ManagedServiceIdentity
マネージド サービス ID (システム割り当て ID またはユーザー割り当て ID)
| 名前 | 型 | 説明 |
|---|---|---|
| principalId |
string (uuid) |
システム割り当て ID のサービス プリンシパル ID。 このプロパティは、システム割り当て ID にのみ提供されます。 |
| tenantId |
string (uuid) |
システム割り当て ID のテナント ID。 このプロパティは、システム割り当て ID にのみ提供されます。 |
| type |
マネージド サービス ID の種類 (SystemAssigned 型と UserAssigned 型の両方が許可されます)。 |
|
| userAssignedIdentities |
<string,
User |
User-Assigned ID |
ManagedServiceIdentityType
マネージド サービス ID の種類 (SystemAssigned 型と UserAssigned 型の両方が許可されます)。
| 値 | 説明 |
|---|---|
| None | |
| SystemAssigned | |
| UserAssigned | |
| SystemAssigned, UserAssigned |
Profile
プロファイルは、同じ設定を共有するエンドポイントの論理的なグループです。
| 名前 | 型 | 説明 |
|---|---|---|
| id |
string |
リソース ID。 |
| identity |
マネージド サービス ID (システム割り当て ID またはユーザー割り当て ID)。 |
|
| kind |
string |
プロファイルの種類。 ポータルで、従来の CDN プロファイルと新しい AFD プロファイルを区別するために使用されます。 |
| location |
string |
リソースの場所。 |
| name |
string |
リソース名。 |
| properties.extendedProperties |
object |
プロファイル Key-Value 追加のプロパティを表すペアです。 |
| properties.frontDoorId |
string |
フロントドアの ID。 |
| properties.logScrubbing |
Azure Front Door プロファイル ログの機密フィールドをスクラブするルールを定義します。 |
|
| properties.originResponseTimeoutSeconds |
integer (int32) minimum: 16exclusiveMinimum: False |
要求を配信元に転送するときの送受信タイムアウト。 タイムアウトに達すると、要求は失敗し、返されます。 |
| properties.provisioningState |
プロファイルのプロビジョニング状態。 |
|
| properties.resourceState |
プロファイルのリソースの状態。 |
|
| sku |
プロファイルの価格レベル (Azure Front Door Standard または Premium または CDN プロバイダー、機能リスト、レートを定義します)。 |
|
| systemData |
システム データの読み取り専用 |
|
| tags |
object |
リソース タグ。 |
| type |
string |
リソースの種類。 |
ProfileLogScrubbing
Azure Front Door プロファイル ログの機密フィールドをスクラブするルールを定義します。
| 名前 | 型 | 説明 |
|---|---|---|
| scrubbingRules |
Azure Front Door プロファイル ログに適用されるログ スクラブルールの一覧。 |
|
| state |
ログ スクラブ構成の状態。既定値は [有効] です。 |
ProfileProvisioningState
プロファイルのプロビジョニング状態。
| 値 | 説明 |
|---|---|
| Succeeded | |
| Failed | |
| Updating | |
| Deleting | |
| Creating |
ProfileResourceState
プロファイルのリソースの状態。
| 値 | 説明 |
|---|---|
| Creating | |
| Active | |
| Deleting | |
| Disabled | |
| Migrating | |
| Migrated | |
| PendingMigrationCommit | |
| CommittingMigration | |
| AbortingMigration |
ProfileScrubbingRules
ログ スクラブ ルールの内容を定義します。
| 名前 | 型 | 説明 |
|---|---|---|
| matchVariable |
ログからスクラブされる変数。 |
|
| selector |
string |
matchVariable がコレクションの場合、この規則が適用されるコレクション内の要素を指定するために使用される演算子。 |
| selectorMatchOperator |
matchVariable がコレクションの場合は、セレクターを操作して、この規則が適用されるコレクション内の要素を指定します。 |
|
| state |
ログ スクラブ ルールの状態を定義します。 既定値は有効です。 |
ProfileScrubbingState
ログ スクラブ構成の状態。既定値は [有効] です。
| 値 | 説明 |
|---|---|
| Enabled | |
| Disabled |
scrubbingRuleEntryMatchVariable
ログからスクラブされる変数。
| 値 | 説明 |
|---|---|
| RequestIPAddress | |
| RequestUri | |
| QueryStringArgNames |
Sku
Standard_Verizon = Standard Verizon CDN プロファイルの SKU 名。 Premium_Verizon = Premium Verizon CDN プロファイルの SKU 名。 Custom_Verizon = Custom Verizon CDN プロファイルの SKU 名。 Standard_Akamai = Akamai CDN プロファイルの SKU 名。 Standard_ChinaCdn = GB ベースの課金モデルを使用した VOD、Web、ダウンロード シナリオの中国 CDN プロファイルの SKU 名。 Standard_Microsoft = Standard Microsoft CDN プロファイルの SKU 名。 Standard_AzureFrontDoor = Azure Front Door Standard プロファイルの SKU 名。 Premium_AzureFrontDoor = Azure Front Door Premium プロファイルの SKU 名。 Standard_955BandWidth_ChinaCdn = 95 から 5 のピーク帯域幅課金モデルを使用する VOD、Web、ダウンロード シナリオの中国 CDN プロファイルの SKU 名。 Standard_AvgBandWidth_ChinaCdn = 毎月の平均ピーク帯域幅課金モデルを使用した VOD、Web、ダウンロード シナリオ用の中国 CDN プロファイルの SKU 名。 StandardPlus_ChinaCdn = GB ベースの課金モデルを使用したライブ ストリーミング用の中国 CDN プロファイルの SKU 名。 StandardPlus_955BandWidth_ChinaCdn = 95 から 5 のピーク帯域幅課金モデルを使用する中国 CDN ライブ ストリーミング プロファイルの SKU 名。 StandardPlus_AvgBandWidth_ChinaCdn = 月間平均ピーク帯域幅課金モデルを使用する中国 CDN ライブ ストリーミング プロファイルの SKU 名。
| 名前 | 型 | 説明 |
|---|---|---|
| name |
価格レベルの名前。 |
SkuName
価格レベルの名前。
| 値 | 説明 |
|---|---|
| Standard_Verizon | |
| Premium_Verizon | |
| Custom_Verizon | |
| Standard_Akamai | |
| Standard_ChinaCdn | |
| Standard_Microsoft | |
| Standard_AzureFrontDoor | |
| Premium_AzureFrontDoor | |
| Standard_955BandWidth_ChinaCdn | |
| Standard_AvgBandWidth_ChinaCdn | |
| StandardPlus_ChinaCdn | |
| StandardPlus_955BandWidth_ChinaCdn | |
| StandardPlus_AvgBandWidth_ChinaCdn |
SystemData
システム データの読み取り専用
| 名前 | 型 | 説明 |
|---|---|---|
| createdAt |
string (date-time) |
リソース作成のタイムスタンプ (UTC) |
| createdBy |
string |
リソースを作成した ID の識別子 |
| createdByType |
リソースを作成した ID の種類 |
|
| lastModifiedAt |
string (date-time) |
リソースの最終変更のタイムスタンプ (UTC) |
| lastModifiedBy |
string |
リソースを最後に変更した ID の識別子 |
| lastModifiedByType |
リソースを最後に変更した ID の種類 |
UserAssignedIdentity
ユーザー割り当て ID プロパティ
| 名前 | 型 | 説明 |
|---|---|---|
| clientId |
string (uuid) |
割り当てられた ID のクライアント ID。 |
| principalId |
string (uuid) |
割り当てられた ID のプリンシパル ID。 |