你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
Get-AzPeeringLocation
列出指定对等互连类型的所有可用对等互连位置。
语法
Get-AzPeeringLocation
[-SubscriptionId <String[]>]
-Kind <PeeringLocationsKind>
[-DirectPeeringType <PeeringLocationsDirectPeeringType>]
[-DefaultProfile <PSObject>]
[<CommonParameters>]
说明
列出指定对等互连类型的所有可用对等互连位置。
示例
示例 1:获取所有直接对等互连位置
Get-AzPeeringLocation -Kind Direct
Get-AzPeeringLocation -Kind Direct
Name Country AzureRegion Kind
---- ------- ----------- ----
Amsterdam NL West Europe Direct
Ashburn US East US Direct
Athens GR France Central Direct
Atlanta US East US 2 Direct
Auckland NZ Australia East Direct
Barcelona ES France Central Direct
Berlin DE West Europe Direct
...
获取直接对等的所有对等互连位置
参数
-DefaultProfile
DefaultProfile 参数不起作用。 如果对其他订阅执行 cmdlet,请使用 SubscriptionId 参数。
类型: | PSObject |
别名: | AzureRMContext, AzureCredential |
Position: | Named |
默认值: | None |
必需: | False |
接受管道输入: | False |
接受通配符: | False |
-DirectPeeringType
直接对等互连的类型。
类型: | PeeringLocationsDirectPeeringType |
Position: | Named |
默认值: | None |
必需: | False |
接受管道输入: | False |
接受通配符: | False |
-Kind
对等互连的类型。
类型: | PeeringLocationsKind |
Position: | Named |
默认值: | None |
必需: | True |
接受管道输入: | False |
接受通配符: | False |
-SubscriptionId
Azure 订阅 ID。
类型: | String[] |
Position: | Named |
默认值: | (Get-AzContext).Subscription.Id |
必需: | False |
接受管道输入: | False |
接受通配符: | False |