Auf Englisch lesen

Freigeben über


Get-AzFrontDoorCdnOrigin

Ruft einen vorhandenen Ursprung innerhalb einer Ursprungsgruppe ab.

Syntax

PowerShell
Get-AzFrontDoorCdnOrigin
   -OriginGroupName <String>
   -ProfileName <String>
   -ResourceGroupName <String>
   [-SubscriptionId <String[]>]
   [-DefaultProfile <PSObject>]
   [<CommonParameters>]
PowerShell
Get-AzFrontDoorCdnOrigin
   -OriginGroupName <String>
   -OriginName <String>
   -ProfileName <String>
   -ResourceGroupName <String>
   [-SubscriptionId <String[]>]
   [-DefaultProfile <PSObject>]
   [<CommonParameters>]
PowerShell
Get-AzFrontDoorCdnOrigin
   -InputObject <ICdnIdentity>
   [-DefaultProfile <PSObject>]
   [<CommonParameters>]

Beschreibung

Ruft einen vorhandenen Ursprung innerhalb einer Ursprungsgruppe ab.

Beispiele

Beispiel 1: Auflisten von AzureFrontDoor-Ursprüngen unter der Ursprungsgruppe

PowerShell
Get-AzFrontDoorCdnOrigin -ResourceGroupName testps-rg-da16jm -ProfileName fdp-v542q6 -OriginGroupName org001

Name   ResourceGroupName
----   -----------------
ori001 testps-rg-da16jm
ori002 testps-rg-da16jm

Auflisten von AzureFrontDoor-Ursprüngen unter der Ursprungsgruppe

Beispiel 2: Abrufen eines AzureFrontDoor-Ursprungs unter der Ursprungsgruppe

PowerShell
Get-AzFrontDoorCdnOrigin -ResourceGroupName testps-rg-da16jm -ProfileName fdp-v542q6 -OriginGroupName org001 -OriginName ori001

Name   ResourceGroupName
----   -----------------
ori001 testps-rg-da16jm

Abrufen eines AzureFrontDoor-Ursprungs unter der Ursprungsgruppe

Beispiel 3: Abrufen eines AzureFrontDoor-Ursprungs unter der Ursprungsgruppe über die Identität

PowerShell
New-AzFrontDoorCdnOrigin -ResourceGroupName testps-rg-da16jm -ProfileName fdp-v542q6 -OriginGroupName org001 -OriginName ori001 -OriginHostHeader en.wikipedia.org -HostName en.wikipedia.org -HttpPort 80 -HttpsPort 443 -Priority 1 -Weight 1000 | Get-AzFrontDoorCdnOrigin

Name   ResourceGroupName
----   -----------------
ori001 testps-rg-da16jm

Abrufen eines AzureFrontDoor-Ursprungs unter der Ursprungsgruppe über Identität

Parameter

-DefaultProfile

Der Parameter DefaultProfile ist nicht funktionsfähig. Verwenden Sie den Parameter "SubscriptionId", wenn sie verfügbar ist, wenn Sie das Cmdlet für ein anderes Abonnement ausführen.

Typ:PSObject
Aliase:AzureRMContext, AzureCredential
Position:Named
Standardwert:None
Erforderlich:False
Pipelineeingabe akzeptieren:False
Platzhalterzeichen akzeptieren:False

-InputObject

Identity Parameter To construct, see NOTES section for INPUTOBJECT properties and create a hash table.

Typ:ICdnIdentity
Position:Named
Standardwert:None
Erforderlich:True
Pipelineeingabe akzeptieren:True
Platzhalterzeichen akzeptieren:False

-OriginGroupName

Name der Ursprungsgruppe, die innerhalb des Profils eindeutig ist.

Typ:String
Position:Named
Standardwert:None
Erforderlich:True
Pipelineeingabe akzeptieren:False
Platzhalterzeichen akzeptieren:False

-OriginName

Der Name des Ursprungs, der innerhalb des Profils eindeutig ist.

Typ:String
Position:Named
Standardwert:None
Erforderlich:True
Pipelineeingabe akzeptieren:False
Platzhalterzeichen akzeptieren:False

-ProfileName

Name des Azure Front Door Standard- oder Azure Front Door Premium-Profils, das innerhalb der Ressourcengruppe eindeutig ist.

Typ:String
Position:Named
Standardwert:None
Erforderlich:True
Pipelineeingabe akzeptieren:False
Platzhalterzeichen akzeptieren:False

-ResourceGroupName

Name der Ressourcengruppe innerhalb des Azure-Abonnements.

Typ:String
Position:Named
Standardwert:None
Erforderlich:True
Pipelineeingabe akzeptieren:False
Platzhalterzeichen akzeptieren:False

-SubscriptionId

Azure-Abonnement-ID.

Typ:String[]
Position:Named
Standardwert:(Get-AzContext).Subscription.Id
Erforderlich:False
Pipelineeingabe akzeptieren:False
Platzhalterzeichen akzeptieren:False

Eingaben

Ausgaben