次の方法で共有


VpnLinkConnectionsOperationsExtensions.ListByVpnConnectionNext メソッド

定義

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

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

パラメーター

operations
IVpnLinkConnectionsOperations

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

nextPageLink
String

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

戻り値

適用対象