Get-AzPeeringLegacy
列出指定訂用帳戶下的所有舊版對等互連,符合指定的種類和位置。
語法
Get-AzPeeringLegacy
[-SubscriptionId <String[]>]
-Kind <LegacyPeeringsKind>
-PeeringLocation <String>
[-Asn <Int32>]
[-DirectPeeringType <DirectPeeringType>]
[-DefaultProfile <PSObject>]
[<CommonParameters>]
Description
列出指定訂用帳戶下的所有舊版對等互連,符合指定的種類和位置。
範例
範例 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 訂閱識別碼。
類型: | String[] |
Position: | Named |
預設值: | (Get-AzContext).Subscription.Id |
必要: | False |
接受管線輸入: | False |
接受萬用字元: | False |