Get-AzFrontDoorCdnProfile
取得具有指定訂用帳戶和資源群組下指定配置檔名稱的 Azure Front Door Standard 或 Azure Front Door Premium 或 CDN 配置檔。
語法
Get-AzFrontDoorCdnProfile
[-SubscriptionId <String[]>]
[-DefaultProfile <PSObject>]
[<CommonParameters>]
Get-AzFrontDoorCdnProfile
[-SubscriptionId <String[]>]
-ResourceGroupName <String>
[-DefaultProfile <PSObject>]
[<CommonParameters>]
Get-AzFrontDoorCdnProfile
[-SubscriptionId <String[]>]
-Name <String>
-ResourceGroupName <String>
[-DefaultProfile <PSObject>]
[<CommonParameters>]
Get-AzFrontDoorCdnProfile
-InputObject <ICdnIdentity>
[-DefaultProfile <PSObject>]
[<CommonParameters>]
Description
取得具有指定訂用帳戶和資源群組下指定配置檔名稱的 Azure Front Door Standard 或 Azure Front Door Premium 或 CDN 配置檔。
範例
範例 1:列出訂用帳戶底下的 AzureFrontDoor 配置檔
Get-AzFrontDoorCdnProfile
Location Name Kind ResourceGroupName
-------- ---- ---- -----------------
Global fdp-v542q6 frontdoor testps-rg-da16jm
Global fdp-a345e9 frontdoor testps-rg-da16jm
Global fdp-t0jfb9 frontdoor testps-rg-zvt8sy
列出訂用帳戶底下的 AzureFrontDoor 配置檔
範例 2:列出資源群組底下的 AzureFrontDoor 配置檔
Get-AzFrontDoorCdnProfile -ResourceGroupName testps-rg-da16jm
Location Name Kind ResourceGroupName
-------- ---- ---- -----------------
Global fdp-v542q6 frontdoor testps-rg-da16jm
Global fdp-a345e9 frontdoor testps-rg-da16jm
列出資源群組底下的 AzureFrontDoor 配置檔
範例 3:取得資源群組底下的 AzureFrontDoor 配置檔
Get-AzFrontDoorCdnProfile -ResourceGroupName testps-rg-da16jm -Name fdp-v542q6
Location Name Kind ResourceGroupName
-------- ---- ---- -----------------
Global fdp-v542q6 frontdoor testps-rg-da16jm
取得資源群組底下的 AzureFrontDoor 配置檔
範例 4:透過身分識別取得資源群組底下的 AzureFrontDoor 配置檔
New-AzFrontDoorCdnProfile -ResourceGroupName testps-rg-da16jm -Name fdp-v542q7 -SkuName Standard_AzureFrontDoor -Location Global | Get-AzFrontDoorCdnProfile
Location Name Kind ResourceGroupName
-------- ---- ---- -----------------
Global fdp-v542q7 frontdoor testps-rg-da16jm
透過身分識別取得資源群組底下的 AzureFrontDoor 配置檔
參數
-DefaultProfile
用於與 Azure 通訊的認證、帳戶、租用戶和訂用帳戶。
類型: | PSObject |
別名: | AzureRMContext, AzureCredential |
Position: | Named |
預設值: | None |
必要: | False |
接受管線輸入: | False |
接受萬用字元: | False |
-InputObject
Identity Parameter To construct, see NOTES section for INPUTOBJECT properties and create a hash table.
類型: | ICdnIdentity |
Position: | Named |
預設值: | None |
必要: | True |
接受管線輸入: | True |
接受萬用字元: | False |
-Name
Azure Front Door Standard 或 Azure Front Door Premium 或 CDN 配置檔的名稱,在資源群組中是唯一的。
類型: | String |
別名: | ProfileName |
Position: | Named |
預設值: | None |
必要: | True |
接受管線輸入: | False |
接受萬用字元: | False |
-ResourceGroupName
Azure 訂用帳戶內的資源組名。
類型: | String |
Position: | Named |
預設值: | None |
必要: | True |
接受管線輸入: | False |
接受萬用字元: | False |
-SubscriptionId
Azure 訂用帳戶標識碼。
類型: | String[] |
Position: | Named |
預設值: | (Get-AzContext).Subscription.Id |
必要: | False |
接受管線輸入: | False |
接受萬用字元: | False |