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 パラメーターは機能しません。 別のサブスクリプションに対してコマンドレットを実行する場合は、使用可能な場合は SubscriptionId パラメーターを使用します。
型: | PSObject |
Aliases: | AzureRMContext, AzureCredential |
配置: | Named |
規定値: | None |
必須: | False |
パイプライン入力を受け取る: | False |
ワイルドカード文字を受け取る: | False |
-DirectPeeringType
ダイレクト ピアリングの種類。
型: | PeeringLocationsDirectPeeringType |
配置: | Named |
規定値: | None |
必須: | False |
パイプライン入力を受け取る: | False |
ワイルドカード文字を受け取る: | False |
-Kind
ピアリングの種類。
型: | PeeringLocationsKind |
配置: | Named |
規定値: | None |
必須: | True |
パイプライン入力を受け取る: | False |
ワイルドカード文字を受け取る: | False |
-SubscriptionId
Azure サブスクリプション ID。
型: | String[] |
配置: | Named |
規定値: | (Get-AzContext).Subscription.Id |
必須: | False |
パイプライン入力を受け取る: | False |
ワイルドカード文字を受け取る: | False |
出力
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure PowerShell