你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
Get-AzExpressRouteCircuitRouteTable
从 ExpressRoute 线路获取路由表。
语法
Get-AzExpressRouteCircuitRouteTable
-ResourceGroupName <String>
-ExpressRouteCircuitName <String>
-PeeringType <String>
-DevicePath <DevicePathEnum>
[-DefaultProfile <IAzureContextContainer>]
[<CommonParameters>]
说明
Get-AzExpressRouteCircuitRouteTable cmdlet 检索 ExpressRoute 线路的详细路由表。 路由表将显示所有路由,也可以进行筛选以显示特定对等互连类型的路由。 可以使用路由表来验证对等互连配置和连接。
示例
示例 1:显示主路径的路由表
Get-AzExpressRouteCircuitRouteTable -ResourceGroupName $RG -ExpressRouteCircuitName $CircuitName -PeeringType 'AzurePrivatePeering' -DevicePath 'Primary'
参数
-DefaultProfile
用于与 Azure 通信的凭据、帐户、租户和订阅。
类型: | IAzureContextContainer |
别名: | AzContext, AzureRmContext, AzureCredential |
Position: | Named |
默认值: | None |
必需: | False |
接受管道输入: | False |
接受通配符: | False |
-DevicePath
此参数的可接受值为: Primary
或 Secondary
类型: | DevicePathEnum |
接受的值: | Primary, Secondary |
Position: | Named |
默认值: | None |
必需: | True |
接受管道输入: | False |
接受通配符: | False |
-ExpressRouteCircuitName
正在检查的 ExpressRoute 线路的名称。
类型: | String |
别名: | Name, ResourceName |
Position: | Named |
默认值: | None |
必需: | True |
接受管道输入: | True |
接受通配符: | False |
-PeeringType
此参数的可接受值为: AzurePrivatePeering
、 AzurePublicPeering
和 MicrosoftPeering
类型: | String |
接受的值: | AzurePrivatePeering, AzurePublicPeering, MicrosoftPeering |
Position: | Named |
默认值: | None |
必需: | True |
接受管道输入: | False |
接受通配符: | False |
-ResourceGroupName
包含 ExpressRoute 线路的资源组的名称。
类型: | String |
Position: | Named |
默认值: | None |
必需: | True |
接受管道输入: | True |
接受通配符: | False |
输入
输出
PSExpressRouteCircuitRoutesTable