Get-AzExpressRoutePortLinkConfig
Gets an ExpressRoutePort link configuration.
Syntax
Get-AzExpressRoutePortLinkConfig
-ExpressRoutePort <PSExpressRoutePort>
[-Name <String>]
[-DefaultProfile <IAzureContextContainer>]
[<CommonParameters>]
Get-AzExpressRoutePortLinkConfig
-ResourceId <String>
-ExpressRoutePort <PSExpressRoutePort>
[-DefaultProfile <IAzureContextContainer>]
[<CommonParameters>]
Description
The Get-AzExpressRoutePortLinkConfig cmdlet retrieves the configuration of a link of an ExpressRoutePort.
Examples
Example 1
Get-AzExpressRoutePortLinkConfig -ExpressRoutePort $erport -Name Link1
Gets the Link1 configuration of ExpressRoutePort $erport
Example 2
Get-AzExpressRoutePortLinkConfig -ExpressRoutePort $erport -ResourceId $id
Gets the configuration of link with ResourceId $id in ExpressRoutePort $erport
Parameters
-DefaultProfile
The credentials, account, tenant, and subscription used for communication with Azure.
Type: | IAzureContextContainer |
Aliases: | AzContext, AzureRmContext, AzureCredential |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-ExpressRoutePort
The reference of the ExpressRoutePort resource.
Type: | PSExpressRoutePort |
Position: | Named |
Default value: | None |
Required: | True |
Accept pipeline input: | True |
Accept wildcard characters: | False |
-Name
Name of the link.
Type: | String |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-ResourceId
ResourceId of the link.
Type: | String |
Position: | Named |
Default value: | None |
Required: | True |
Accept pipeline input: | True |
Accept wildcard characters: | False |
Inputs
Outputs
Совместная работа с нами на GitHub
Источник этого содержимого можно найти на GitHub, где также можно создавать и просматривать проблемы и запросы на вытягивание. Дополнительные сведения см. в нашем руководстве для участников.
Azure PowerShell