你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

Get-AzPeeringLegacy

列出给定订阅下与指定类型和位置匹配的所有旧对等互连。

语法

Get-AzPeeringLegacy
   [-SubscriptionId <String[]>]
   -Kind <LegacyPeeringsKind>
   -PeeringLocation <String>
   [-Asn <Int32>]
   [-DirectPeeringType <DirectPeeringType>]
   [-DefaultProfile <PSObject>]
   [<CommonParameters>]

说明

列出给定订阅下与指定类型和位置匹配的所有旧对等互连。

示例

示例 1:获取旧对等互连对象

Get-AzPeeringLegacy -Kind Direct -PeeringLocation Seattle

Name           SkuName             Kind     PeeringLocation ProvisioningState Location
----           -------             ----     --------------- ----------------- --------
DemoComp1      Premium_Direct_Free Direct   Dallas          Succeeded         South Central US
DemoPeering    Premium_Direct_Free Direct   Dallas          Succeeded         South Central US
TestEdgeZone   Premium_Direct_Free Direct   Atlanta         Succeeded         East US 2

获取旧对等互连对象

参数

-Asn

与旧对等互连关联的 ASN 编号。

类型:Int32
Position:Named
默认值:None
必需:False
接受管道输入:False
接受通配符:False

-DefaultProfile

DefaultProfile 参数不起作用。 如果对其他订阅执行 cmdlet,请使用 SubscriptionId 参数。

类型:PSObject
别名:AzureRMContext, AzureCredential
Position:Named
默认值:None
必需:False
接受管道输入:False
接受通配符:False

-DirectPeeringType

直接对等互连类型。

类型:DirectPeeringType
Position:Named
默认值:None
必需:False
接受管道输入:False
接受通配符:False

-Kind

对等互连的类型。

类型:LegacyPeeringsKind
Position:Named
默认值:None
必需:True
接受管道输入:False
接受通配符:False

-PeeringLocation

对等互连的位置。

类型:String
Position:Named
默认值:None
必需:True
接受管道输入:False
接受通配符:False

-SubscriptionId

Azure 订阅 ID。

类型:String[]
Position:Named
默认值:(Get-AzContext).Subscription.Id
必需:False
接受管道输入:False
接受通配符:False

输出

IPeering