Dela via


Get-AzExpressRouteCircuitPeeringConfig

Hämtar en ExpressRoute-kretspeeringskonfiguration.

Syntax

Get-AzExpressRouteCircuitPeeringConfig
   [-Name <String>]
   -ExpressRouteCircuit <PSExpressRouteCircuit>
   [-DefaultProfile <IAzureContextContainer>]
   [<CommonParameters>]

Description

Cmdleten Get-AzExpressRouteCircuitPeeringConfig hämtar konfigurationen av en peering-relation för en ExpressRoute-krets.

Exempel

Exempel 1: Visa peeringkonfigurationen för en ExpressRoute-krets

$ckt = Get-AzExpressRouteCircuit -Name $CircuitName -ResourceGroupName $RG
Get-AzExpressRouteCircuitPeeringConfig -Name "AzurePrivatePeering" -ExpressRouteCircuit $ckt

Parametrar

-DefaultProfile

Autentiseringsuppgifter, konto, klientorganisation och prenumeration som används för kommunikation med Azure.

Typ:IAzureContextContainer
Alias:AzContext, AzureRmContext, AzureCredential
Position:Named
Standardvärde:None
Obligatorisk:False
Godkänn pipeline-indata:False
Godkänn jokertecken:False

-ExpressRouteCircuit

ExpressRoute-kretsobjektet som innehåller peeringkonfigurationen.

Typ:PSExpressRouteCircuit
Position:Named
Standardvärde:None
Obligatorisk:True
Godkänn pipeline-indata:True
Godkänn jokertecken:False

-Name

Namnet på peering-konfigurationen som ska hämtas.

Typ:String
Position:Named
Standardvärde:None
Obligatorisk:False
Godkänn pipeline-indata:False
Godkänn jokertecken:False

Indata

PSExpressRouteCircuit

Utdata

PSPeering