Sdílet prostřednictvím


P2sVpnGatewaysOperationsExtensions.ListNext Method

Definition

Lists all the P2SVpnGateways in a subscription.

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

Parameters

operations
IP2sVpnGatewaysOperations

The operations group for this extension method.

nextPageLink
String

The NextLink from the previous successful call to List operation.

Returns

Applies to