次の方法で共有


VpnGatewaysOperationsExtensions.Get メソッド

定義

仮想 WAN VPN ゲートウェイの詳細を取得します。

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

パラメーター

operations
IVpnGatewaysOperations

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

resourceGroupName
String

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

gatewayName
String

ゲートウェイの名前。

戻り値

適用対象