Get-AzExpressRoutePortAuthorization
Hiermee wordt informatie opgehaald over ExpressRoutePort-autorisaties.
Syntaxis
Get-AzExpressRoutePortAuthorization
[-Name <String>]
-ExpressRoutePortObject <PSExpressRoutePort>
[-DefaultProfile <IAzureContextContainer>]
[<CommonParameters>]
Description
De cmdlet Get-AzExpressRoutePortAuthorization haalt informatie op over de autorisaties die zijn toegewezen aan een ExpressRoutePort. De eigenaar van een ExpressRoutePort kan deze autorisaties maken die een autorisatiesleutel genereren die kan worden gebruikt door een ExpressRoute-circuiteigenaar om het circuit te maken op de ExpressRoutePort (met een andere eigenaar). Er kan slechts één circuit worden gemaakt met één ExpressRoutePort-autorisatie. Autorisatiesleutels, evenals andere informatie over de autorisatie, kunnen op elk gewenst moment worden weergegeven door Get-AzExpressRoutePortAuthorization uit te voeren.
Voorbeelden
Voorbeeld 1
$ERPort = Get-AzExpressRoutePort -Name "ContosoPort" -ResourceGroupName "ContosoResourceGroup"
Name : ContosoPort
ResourceGroupName : ContosoResourceGroup
Location : westcentralus
Id : /subscriptions/62364504-2406-418e-971c-05822ff72fad/resourceGroups/ContosoResourceGroup/pr
oviders/Microsoft.Network/expressRoutePorts/ContosoPort
Etag : W/"cf987288-013e-40bf-a2aa-b29d017e7b7f"
ResourceGuid : 4c0e5cdb-79e1-4cb8-a430-0ce9b24472ca
ProvisioningState : Succeeded
PeeringLocation : Area51-ERDirect
BandwidthInGbps : 100
ProvisionedBandwidthInGbps : 0
Encapsulation : QinQ
Mtu : 1500
EtherType : 0x8100
AllocationDate : Thursday, March 31, 2022
Identity : null
Links : [
{
"Name": "link1",
"Etag": "W/\"cf987288-013e-40bf-a2aa-b29d017e7b7f\"",
"Id": "/subscriptions/62364504-2406-418e-971c-05822ff72fad/resourceGroups/ContosoResou
rceGroup/providers/Microsoft.Network/expressRoutePorts/ContosoPort/links/link1",
"RouterName": "a51-test-06gmr-cis-3",
"InterfaceName": "HundredGigE15/15/19",
"PatchPanelId": "PP:0123:1110201 - Port 42",
"RackId": "A51 02050-0123-L",
"ConnectorType": "LC",
"AdminState": "Disabled",
"ProvisioningState": "Succeeded",
"MacSecConfig": {
"SciState": "Disabled",
"Cipher": "GcmAes128"
}
},
{
"Name": "link2",
"Etag": "W/\"cf987288-013e-40bf-a2aa-b29d017e7b7f\"",
"Id": "/subscriptions/62364504-2406-418e-971c-05822ff72fad/resourceGroups/ContosoResou
rceGroup/providers/Microsoft.Network/expressRoutePorts/ContosoPort/links/link2",
"RouterName": "a51-test-06gmr-cis-4",
"InterfaceName": "HundredGigE15/15/19",
"PatchPanelId": "2050:0124:1110854 - Port 42",
"RackId": "A51 02050-0124-L",
"ConnectorType": "LC",
"AdminState": "Disabled",
"ProvisioningState": "Succeeded",
"MacSecConfig": {
"SciState": "Disabled",
"Cipher": "GcmAes128"
}
}
]
Circuits : []
Get-AzExpressRoutePortAuthorization -ExpressRoutePortObject $ERPort
Name : ContosoPortAuthorization
Id : /subscriptions/62364504-2406-418e-971c-05822ff72fad/resourceGroups/ContosoResourceGroup/provid
ers/Microsoft.Network/expressRoutePorts/ContosoPort/authorizations/ContosoPortAuthorization
Etag : W/"36ccc199-c371-4d19-88cc-90d51bfe7ea9"
AuthorizationKey : 10d01cd7-0b67-4c44-88ca-51e7effa452d
AuthorizationUseStatus : Available
ProvisioningState : Succeeded
CircuitResourceUri :
Met deze opdrachten wordt informatie geretourneerd over alle ExpressRoute-autorisaties die zijn gekoppeld aan een ExpressRoutePort. De eerste opdracht maakt gebruik van de Cmdlet Get-AzExpressRoutePort om een objectverwijzing te maken naar een ExpressRoutePort met de naam ContosoPort. Deze objectverwijzing wordt opgeslagen in de variabele $ERPort. De tweede opdracht gebruikt die objectverwijzing en de Get-AzExpressRoutePortAuthorization-cmdlet om informatie te retourneren over de autorisaties die zijn gekoppeld aan ContosoPort. U kunt ook de naam van de autorisatie opgeven met deze opdracht voor een specifieke autorisatie die is gekoppeld aan ContosoPort.
Parameters
-DefaultProfile
De referenties, accounts, tenants en abonnementen die worden gebruikt voor communicatie met Azure.
Type: | IAzureContextContainer |
Aliassen: | AzContext, AzureRmContext, AzureCredential |
Position: | Named |
Default value: | None |
Vereist: | False |
Pijplijninvoer accepteren: | False |
Jokertekens accepteren: | False |
-ExpressRoutePortObject
Het ExpressRoutePort-object
Type: | PSExpressRoutePort |
Position: | Named |
Default value: | None |
Vereist: | True |
Pijplijninvoer accepteren: | True |
Jokertekens accepteren: | False |
-Name
Hiermee geeft u de naam op van de ExpressRoutePort-autorisatie die door deze cmdlet wordt verkregen.
Type: | String |
Position: | Named |
Default value: | None |
Vereist: | False |
Pijplijninvoer accepteren: | False |
Jokertekens accepteren: | False |
Invoerwaarden
Uitvoerwaarden
PSExpressRoutePortAuthorization
Verwante koppelingen
Azure PowerShell