Sdílet prostřednictvím


P2sVpnGatewaysOperationsExtensions.ListByResourceGroupNext Method

Definition

Lists all the P2SVpnGateways in a resource group.

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Network.Models.P2SVpnGateway> ListByResourceGroupNext (this Microsoft.Azure.Management.Network.IP2sVpnGatewaysOperations operations, string nextPageLink);
static member ListByResourceGroupNext : Microsoft.Azure.Management.Network.IP2sVpnGatewaysOperations * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Network.Models.P2SVpnGateway>
<Extension()>
Public Function ListByResourceGroupNext (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