Get-AzExpressRouteCrossConnection
Gets an Azure ExpressRoute cross connection from Azure.
Note
This is the previous version of our documentation. Please consult the most recent version for up-to-date information.
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
The credentials, account, tenant, and subscription used for communication with azure.
| Type: | IAzureContextContainer |
| Aliases: | AzContext, AzureRmContext, AzureCredential |
| Position: | Named |
| Default value: | None |
| Accept pipeline input: | False |
| Accept wildcard characters: | False |
The name of the ExpressRoute cross connection.
| Type: | String |
| Position: | Named |
| Default value: | None |
| Accept pipeline input: | True |
| Accept wildcard characters: | True |
The name of the resource group that contains the ExpressRoute cross connection.
| Type: | String |
| Position: | Named |
| Default value: | None |
| Accept pipeline input: | True |
| Accept wildcard characters: | True |
Inputs
None
This cmdlet does not accept any input.