你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
Get-AzPeeringRpUnbilledPrefix
列出指定对等互连的所有 RP 未计费前缀
语法
Get-AzPeeringRpUnbilledPrefix
-PeeringName <String>
-ResourceGroupName <String>
[-SubscriptionId <String[]>]
[-Consolidate]
[-DefaultProfile <PSObject>]
[<CommonParameters>]
说明
列出指定对等互连的所有 RP 未计费前缀
示例
示例 1:列出对等互连的所有未计费前缀
Get-AzPeeringRpUnbilledPrefix -PeeringName DemoPeering -ResourceGroupName DemoRG
Prefix AzureRegion PeerASN
------ ----------- -------
2.16.0.0/13 West US 2 65010
23.0.0.0/12 West US 2 65010
...
列出对等互连的所有未计费前缀
参数
-Consolidate
用于启用合并前缀的标志
类型: | SwitchParameter |
Position: | Named |
默认值: | None |
必需: | False |
接受管道输入: | False |
接受通配符: | False |
-DefaultProfile
DefaultProfile 参数不起作用。 如果对其他订阅执行 cmdlet,请使用 SubscriptionId 参数。
类型: | PSObject |
别名: | AzureRMContext, AzureCredential |
Position: | Named |
默认值: | None |
必需: | False |
接受管道输入: | False |
接受通配符: | False |
-PeeringName
对等互连名称。
类型: | String |
Position: | Named |
默认值: | None |
必需: | True |
接受管道输入: | False |
接受通配符: | False |
-ResourceGroupName
Azure 资源组名称。
类型: | String |
Position: | Named |
默认值: | None |
必需: | True |
接受管道输入: | False |
接受通配符: | False |
-SubscriptionId
Azure 订阅 ID。
类型: | String[] |
Position: | Named |
默认值: | (Get-AzContext).Subscription.Id |
必需: | False |
接受管道输入: | False |
接受通配符: | False |