Get-AzureRmExpressRoutePortLinkConfig

Hämtar en ExpressRoutePort-länkkonfiguration.

Varning

AzureRM PowerShell-modulen är officiellt inaktuell från och med den 29 februari 2024. Användare rekommenderas att migrera från AzureRM till Az PowerShell-modulen för att säkerställa fortsatt support och uppdateringar.

Även om AzureRM-modulen fortfarande kan fungera, underhålls den inte längre eller stöds, vilket gör att användaren kan välja och riskera fortsatt användning. Se våra migreringsresurser för vägledning om övergången till Az-modulen.

Syntax

Get-AzureRmExpressRoutePortLinkConfig
   -ExpressRoutePort <PSExpressRoutePort>
   [-Name <String>]
   [-DefaultProfile <IAzureContextContainer>]
   [<CommonParameters>]
Get-AzureRmExpressRoutePortLinkConfig
   -ExpressRoutePort <PSExpressRoutePort>
   -ResourceId <String>
    [-DefaultProfile <IAzureContextContainer>]
   [<CommonParameters>]

Description

Cmdleten Get-AzureRmExpressRoutePortLinkConfig hämtar konfigurationen av en länk till en ExpressRoutePort.

Exempel

Exempel 1

PS C:\> Get-AzureRmExpressRoutePortLinkConfig -ExpressRoutePort $erport -Name Link1

Hämtar Link1-konfigurationen av ExpressRoutePort-$erport

Exempel 2

PS C:\> Get-AzureRmExpressRoutePortLinkConfig -ExpressRoutePort $erport -ResourceId $id

Hämtar konfigurationen av länken med ResourceId $id i ExpressRoutePort $erport

Parametrar

-DefaultProfile

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

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

-ExpressRoutePort

Referensen för ExpressRoutePort-resursen.

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

-Name

Namnet på länken.

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

-ResourceId

ResourceId för länken.

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

Indata

PSExpressRoutePort

Utdata

PSExpressRouteLink