次の方法で共有


ExpressRoutePortsOperationsExtensions.Get メソッド

定義

要求された ExpressRoutePort リソースを取得します。

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

パラメーター

operations
IExpressRoutePortsOperations

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

resourceGroupName
String

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

expressRoutePortName
String

ExpressRoutePort の名前。

戻り値

適用対象