次の方法で共有


VpnLinkConnectionsOperationsExtensions.ListByVpnConnection メソッド

定義

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

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

パラメーター

operations
IVpnLinkConnectionsOperations

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

resourceGroupName
String

VPN ゲートウェイのリソース グループ名。

gatewayName
String

ゲートウェイの名前。

connectionName
String

VPN 接続の名前。

戻り値

適用対象