次の方法で共有


ExpressRouteConnectionsOperationsExtensions.Get メソッド

定義

指定した ExpressRouteConnection を取得します。

public static Microsoft.Azure.Management.Network.Models.ExpressRouteConnection Get (this Microsoft.Azure.Management.Network.IExpressRouteConnectionsOperations operations, string resourceGroupName, string expressRouteGatewayName, string connectionName);
static member Get : Microsoft.Azure.Management.Network.IExpressRouteConnectionsOperations * string * string * string -> Microsoft.Azure.Management.Network.Models.ExpressRouteConnection
<Extension()>
Public Function Get (operations As IExpressRouteConnectionsOperations, resourceGroupName As String, expressRouteGatewayName As String, connectionName As String) As ExpressRouteConnection

パラメーター

operations
IExpressRouteConnectionsOperations

この拡張メソッドの操作グループ。

resourceGroupName
String

リソース グループの名前。

expressRouteGatewayName
String

ExpressRoute ゲートウェイの名前。

connectionName
String

ExpressRoute 接続の名前。

戻り値

適用対象