Get-AzExpressRoutePortLinkConfig
ExpressRoutePort リンク構成を取得します。
構文
Get-AzExpressRoutePortLinkConfig
-ExpressRoutePort <PSExpressRoutePort>
[-Name <String>]
[-DefaultProfile <IAzureContextContainer>]
[<CommonParameters>]
Get-AzExpressRoutePortLinkConfig
-ResourceId <String>
-ExpressRoutePort <PSExpressRoutePort>
[-DefaultProfile <IAzureContextContainer>]
[<CommonParameters>]
説明
Get-AzExpressRoutePortLinkConfig コマンドレットは、ExpressRoutePort のリンクの構成を取得します。
例
例 1
Get-AzExpressRoutePortLinkConfig -ExpressRoutePort $erport -Name Link1
ExpressRoutePort $erportの Link1 構成を取得します。
例 2
Get-AzExpressRoutePortLinkConfig -ExpressRoutePort $erport -ResourceId $id
ExpressRoutePort $erport で ResourceId $idを使用したリンクの構成を取得します。
パラメーター
-DefaultProfile
Azure との通信のために使用される資格情報、アカウント、テナント、サブスクリプションです。
型: | IAzureContextContainer |
Aliases: | AzContext, AzureRmContext, AzureCredential |
配置: | Named |
規定値: | None |
必須: | False |
パイプライン入力を受け取る: | False |
ワイルドカード文字を受け取る: | False |
-ExpressRoutePort
ExpressRoutePort リソースの参照。
型: | PSExpressRoutePort |
配置: | Named |
規定値: | None |
必須: | True |
パイプライン入力を受け取る: | True |
ワイルドカード文字を受け取る: | False |
-Name
リンクの名前。
型: | String |
配置: | Named |
規定値: | None |
必須: | False |
パイプライン入力を受け取る: | False |
ワイルドカード文字を受け取る: | False |
-ResourceId
リンクの ResourceId。
型: | String |
配置: | Named |
規定値: | None |
必須: | True |
パイプライン入力を受け取る: | True |
ワイルドカード文字を受け取る: | False |