Get-AzCdnProfile
取得在指定訂用帳戶和資源群組下具有指定配置檔名稱的CDN配置檔。
語法
Get-AzCdnProfile
[-SubscriptionId <String[]>]
[-DefaultProfile <PSObject>]
[<CommonParameters>]
Get-AzCdnProfile
[-SubscriptionId <String[]>]
-ResourceGroupName <String>
[-DefaultProfile <PSObject>]
[<CommonParameters>]
Get-AzCdnProfile
[-SubscriptionId <String[]>]
-Name <String>
-ResourceGroupName <String>
[-DefaultProfile <PSObject>]
[<CommonParameters>]
Get-AzCdnProfile
-InputObject <ICdnIdentity>
[-DefaultProfile <PSObject>]
[<CommonParameters>]
Description
取得在指定訂用帳戶和資源群組下具有指定配置檔名稱的CDN配置檔。
範例
範例 1:列出訂用帳戶底下的 AzureCDN 配置檔
Get-AzCdnProfile
Location Name Kind ResourceGroupName
-------- ---- ---- -----------------
Global p-oln142 cdn testps-rg-godj4q
Global cdn001 cdn testps-rg-da16jm
Global cdn002 cdn testps-rg-da16jm
列出訂用帳戶底下的 AzureCDN 配置檔
範例 2:列出資源群組底下的 AzureCDN 配置檔
Get-AzCdnProfile -ResourceGroupName testps-rg-da16jm
Location Name Kind ResourceGroupName
-------- ---- ---- -----------------
Global cdn001 cdn testps-rg-da16jm
Global cdn002 cdn testps-rg-da16jm
列出資源群組底下的 AzureCDN 配置檔
範例 3:取得資源群組底下的 AzureCDN 配置檔
Get-AzCdnProfile -ResourceGroupName testps-rg-da16jm -Name cdn001
Location Name Kind ResourceGroupName
-------- ---- ---- -----------------
Global cdn001 cdn testps-rg-da16jm
取得資源群組底下的 AzureCDN 配置檔
範例 4:透過身分識別取得資源群組底下的 AzureCDN 配置檔
New-AzCdnProfile -ResourceGroupName testps-rg-da16jm -Name cdn001 -SkuName Standard_Microsoft -Location Global | Get-AzCdnProfile
Location Name Kind ResourceGroupName
-------- ---- ---- -----------------
Global cdn001 cdn testps-rg-da16jm
透過身分識別取得資源群組底下的 AzureCDN 配置檔
參數
-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
資源群組內唯一的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 |