次の方法で共有


VpnConnectionsOperationsExtensions.ListByVpnGateway メソッド

定義

特定の仮想 WAN VPN ゲートウェイのすべての VPN 接続を取得します。

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Network.Models.VpnConnection> ListByVpnGateway (this Microsoft.Azure.Management.Network.IVpnConnectionsOperations operations, string resourceGroupName, string gatewayName);
static member ListByVpnGateway : Microsoft.Azure.Management.Network.IVpnConnectionsOperations * string * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Network.Models.VpnConnection>
<Extension()>
Public Function ListByVpnGateway (operations As IVpnConnectionsOperations, resourceGroupName As String, gatewayName As String) As IPage(Of VpnConnection)

パラメーター

operations
IVpnConnectionsOperations

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

resourceGroupName
String

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

gatewayName
String

ゲートウェイの名前。

戻り値

適用対象