次の方法で共有


VpnConnectionsOperationsExtensions.ListByVpnGatewayNext メソッド

定義

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

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

パラメーター

operations
IVpnConnectionsOperations

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

nextPageLink
String

List 操作への前回の正常な呼び出しからの NextLink。

戻り値

適用対象