Aracılığıyla paylaş


VpnConnectionsOperationsExtensions.ListByVpnGatewayNext Method

Definition

Retrieves all vpn connections for a particular virtual wan vpn gateway.

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)

Parameters

operations
IVpnConnectionsOperations

The operations group for this extension method.

nextPageLink
String

The NextLink from the previous successful call to List operation.

Returns

Applies to