共用方式為


Get-AzFrontDoorCdnEndpoint

取得在指定訂用帳戶、資源群組和配置檔下具有指定端點名稱的現有 AzureFrontDoor 端點。

語法

List (預設值)

Get-AzFrontDoorCdnEndpoint
    -ProfileName <String>
    -ResourceGroupName <String>
    [-SubscriptionId <String[]>]
    [-DefaultProfile <PSObject>]
    [<CommonParameters>]

GetViaIdentityProfile

Get-AzFrontDoorCdnEndpoint
    -EndpointName <String>
    -ProfileInputObject <ICdnIdentity>
    [-DefaultProfile <PSObject>]
    [<CommonParameters>]

Get

Get-AzFrontDoorCdnEndpoint
    -EndpointName <String>
    -ProfileName <String>
    -ResourceGroupName <String>
    [-SubscriptionId <String[]>]
    [-DefaultProfile <PSObject>]
    [<CommonParameters>]

GetViaIdentity

Get-AzFrontDoorCdnEndpoint
    -InputObject <ICdnIdentity>
    [-DefaultProfile <PSObject>]
    [<CommonParameters>]

Description

取得在指定訂用帳戶、資源群組和配置檔下具有指定端點名稱的現有 AzureFrontDoor 端點。

範例

範例 1:列出設定檔下的 AzureFrontDoor 端點

Get-AzFrontDoorCdnEndpoint -ResourceGroupName testps-rg-da16jm -ProfileName fdp-v542q6
Location Name   ResourceGroupName
-------- ----   -----------------
Global   end001 testps-rg-da16jm
Global   end002 testps-rg-da16jm

列出設定檔下的 AzureFrontDoor 端點

範例 2:取得設定檔下的 AzureFrontDoor 端點

Get-AzFrontDoorCdnEndpoint -ResourceGroupName testps-rg-da16jm -ProfileName fdp-v542q6 -EndpointName end001
Location Name   ResourceGroupName
-------- ----   -----------------
Global   end001 testps-rg-da16jm

取得設定檔下的 AzureFrontDoor 端點

範例 2:透過身分識別取得設定檔下的 AzureFrontDoor 端點

New-AzFrontDoorCdnEndpoint -ResourceGroupName testps-rg-da16jm -ProfileName fdp-v542q6 -EndpointName end011 -Location Global -EnabledState Enabled
| Get-AzFrontDoorCdnEndpoint
Location Name   ResourceGroupName
-------- ----   -----------------
Global   end011 testps-rg-da16jm

透過身分識別取得設定檔下的 AzureFrontDoor 端點

參數

-DefaultProfile

DefaultProfile 參數無法運作。 如果針對不同的訂用帳戶執行 Cmdlet,請使用 SubscriptionId 參數。

參數屬性

類型:PSObject
預設值:None
支援萬用字元:False
不要顯示:False
別名:AzureRMContext, AzureCredential

參數集

(All)
Position:Named
必要:False
來自管線的值:False
來自管線按屬性名稱的值:False
來自剩餘引數的值:False

-EndpointName

設定檔下全域唯一的端點名稱。

參數屬性

類型:String
預設值:None
支援萬用字元:False
不要顯示:False

參數集

GetViaIdentityProfile
Position:Named
必要:True
來自管線的值:False
來自管線按屬性名稱的值:False
來自剩餘引數的值:False
Get
Position:Named
必要:True
來自管線的值:False
來自管線按屬性名稱的值:False
來自剩餘引數的值:False

-InputObject

Identity 參數

參數屬性

類型:ICdnIdentity
預設值:None
支援萬用字元:False
不要顯示:False

參數集

GetViaIdentity
Position:Named
必要:True
來自管線的值:True
來自管線按屬性名稱的值:False
來自剩餘引數的值:False

-ProfileInputObject

Identity 參數

參數屬性

類型:ICdnIdentity
預設值:None
支援萬用字元:False
不要顯示:False

參數集

GetViaIdentityProfile
Position:Named
必要:True
來自管線的值:True
來自管線按屬性名稱的值:False
來自剩餘引數的值:False

-ProfileName

Azure Front Door 標準或 Azure Front Door 進階版的名稱,在資源群組內是唯一的。

參數屬性

類型:String
預設值:None
支援萬用字元:False
不要顯示:False

參數集

List
Position:Named
必要:True
來自管線的值:False
來自管線按屬性名稱的值:False
來自剩餘引數的值:False
Get
Position:Named
必要:True
來自管線的值:False
來自管線按屬性名稱的值:False
來自剩餘引數的值:False

-ResourceGroupName

資源群組的名稱。 名稱不區分大小寫。

參數屬性

類型:String
預設值:None
支援萬用字元:False
不要顯示:False

參數集

List
Position:Named
必要:True
來自管線的值:False
來自管線按屬性名稱的值:False
來自剩餘引數的值:False
Get
Position:Named
必要:True
來自管線的值:False
來自管線按屬性名稱的值:False
來自剩餘引數的值:False

-SubscriptionId

目標訂用帳戶的標識碼。 此值必須是 UUID。

參數屬性

類型:

String[]

預設值:(Get-AzContext).Subscription.Id
支援萬用字元:False
不要顯示:False

參數集

List
Position:Named
必要:False
來自管線的值:False
來自管線按屬性名稱的值:False
來自剩餘引數的值:False
Get
Position:Named
必要:False
來自管線的值:False
來自管線按屬性名稱的值:False
來自剩餘引數的值:False

CommonParameters

此 cmdlet 支援常見參數:-Debug、-ErrorAction、-ErrorVariable、-InformationAction、-InformationVariable、-OutBuffer、-OutVariable、-PipelineVariable、-ProgressAction、-Verbose、-WarningAction 和 -WarningVariable。 如需詳細資訊,請參閱 about_CommonParameters

輸入

ICdnIdentity

輸出

IAfdEndpoint