Test-AzFrontDoorCdnProfileMigration
檢查傳統 AFD 實例是否可以遷移至 Azure Front Door(Standard/Premium) 配置檔。
語法
Test-AzFrontDoorCdnProfileMigration
-ResourceGroupName <String>
[-SubscriptionId <String>]
-ClassicResourceReferenceId <String>
[-DefaultProfile <PSObject>]
[-AsJob]
[-NoWait]
[-WhatIf]
[-Confirm]
[<CommonParameters>]
Description
檢查傳統 AFD 實例是否可以遷移至 Azure Front Door(Standard/Premium) 配置檔。
範例
範例 1:檢查傳統 AFD 實例是否可以移轉至 Azure Front Door(Standard/Premium) 配置檔。
Test-AzFrontDoorCdnProfileMigration -ResourceGroupName testrg -ClassicResourceReferenceId /subscriptions/testSubId/resourcegroups/testrg/providers/Microsoft.Network/Frontdoors/frontdoorName
CanMigrate DefaultSku Error
---------- ---------- -----
True Standard_AzureFrontDoor {}
檢查傳統 AFD 實例是否可以遷移至 Azure Front Door(Standard/Premium) 配置檔。
範例 2:檢查傳統 AFD 實例是否可以移轉至 Azure Front Door(Standard/Premium) 配置檔,當 CDN 配置檔的訂用帳戶與本機子憑證不同時。
Test-AzFrontDoorCdnProfileMigration -ResourceGroupName testrg -ClassicResourceReferenceId /subscriptions/testSubId01/resourcegroups/testrg/providers/Microsoft.Network/Frontdoors/frontdoorName -SubscriptionId testSubId01
CanMigrate DefaultSku Error
---------- ---------- -----
True Standard_AzureFrontDoor {}
檢查傳統 AFD 實例是否可以移轉至 Azure Front Door(Standard/Premium) 配置檔,當 CDN 配置檔的訂用帳戶與本機子實例不同時。
您必須設定訂用帳戶參數的值。
參數
-AsJob
以作業身分執行命令
類型: | SwitchParameter |
Position: | Named |
預設值: | None |
必要: | False |
接受管線輸入: | False |
接受萬用字元: | False |
-ClassicResourceReferenceId
傳統前端實例的資源標識碼。
類型: | String |
Position: | Named |
預設值: | None |
必要: | True |
接受管線輸入: | False |
接受萬用字元: | False |
-Confirm
在執行 Cmdlet 之前,提示您進行確認。
類型: | SwitchParameter |
別名: | cf |
Position: | Named |
預設值: | None |
必要: | False |
接受管線輸入: | False |
接受萬用字元: | False |
-DefaultProfile
用於與 Azure 通訊的認證、帳戶、租用戶和訂用帳戶。
類型: | PSObject |
別名: | AzureRMContext, AzureCredential |
Position: | Named |
預設值: | None |
必要: | False |
接受管線輸入: | False |
接受萬用字元: | False |
-NoWait
以異步方式執行命令
類型: | SwitchParameter |
Position: | Named |
預設值: | None |
必要: | False |
接受管線輸入: | False |
接受萬用字元: | False |
-ResourceGroupName
Azure 訂用帳戶內的資源組名。
類型: | String |
Position: | Named |
預設值: | None |
必要: | True |
接受管線輸入: | False |
接受萬用字元: | False |
-SubscriptionId
識別 Azure 訂用帳戶的訂用帳戶標識碼。
類型: | String |
Position: | Named |
預設值: | (Get-AzContext).Subscription.Id |
必要: | False |
接受管線輸入: | False |
接受萬用字元: | False |
-WhatIf
顯示 Cmdlet 執行時會發生什麼事。 Cmdlet 未執行。
類型: | SwitchParameter |
別名: | wi |
Position: | Named |
預設值: | None |
必要: | False |
接受管線輸入: | False |
接受萬用字元: | False |