Get-AzExpressRoutePortIdentity
Hämta identitet tilldelad till en ExpressRoutePort.
Syntax
Get-AzExpressRoutePortIdentity
-ExpressRoutePort <PSExpressRoutePort>
[-DefaultProfile <IAzureContextContainer>]
[<CommonParameters>]
Description
Cmdleten Get-AzExpressRoutePortIdentity hämtar identitet som tilldelats ett lokalt Azure ExpressRoutePort-objekt.
Exempel
Exempel 1
$exrPort = Get-AzExpressRoutePort -Name $exrPortName -ResourceGroupName $resgpName
$identity = Get-AzExpressRoutePortIdentity -ExpressRoutePort $exrPort
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 |
-ExpressRoutePort
ExpressRoute-porten
Typ: | PSExpressRoutePort |
Position: | Named |
Standardvärde: | None |
Obligatorisk: | True |
Godkänn pipeline-indata: | True |
Godkänn jokertecken: | False |