Get-AzExpressRouteCrossConnection
Gets an Azure ExpressRoute cross connection from Azure.
Syntax
Get-AzExpressRouteCrossConnection
[-ResourceGroupName <String>]
[-Name <String>]
[-DefaultProfile <IAzureContextContainer>]
[<CommonParameters>]
Description
The Get-AzExpressRouteCrossConnection cmdlet is used to retrieve an ExpressRoute cross connection object from your subscription. AzureRmExpressRouteCrossConnection
Examples
Example 1: Get the ExpressRoute cross connection
Get-AzExpressRouteCrossConnection -Name $CrossConnectionName -ResourceGroupName $rg
Example 2: List the ExpressRoute cross connections using a filter
Get-AzExpressRouteCrossConnection -Name test*
This cmdlet will list all ExpressRoute cross connections that begin with "test"
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 |
-Name
The name of the ExpressRoute cross connection.
Type: | String |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | True |
Accept wildcard characters: | True |
-ResourceGroupName
The name of the resource group that contains the ExpressRoute cross connection.
Type: | String |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | True |
Accept wildcard characters: | True |
Inputs
None
This cmdlet does not accept any input.
Outputs
Related Links
Zusammenarbeit auf GitHub
Die Quelle für diesen Inhalt finden Sie auf GitHub, wo Sie auch Issues und Pull Requests erstellen und überprüfen können. Weitere Informationen finden Sie in unserem Leitfaden für Mitwirkende.
Azure PowerShell