Sdílet prostřednictvím


VirtualNetworkGatewaysOperationsExtensions.ListNext Method

Definition

Gets all virtual network gateways by resource group.

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

Parameters

operations
IVirtualNetworkGatewaysOperations

The operations group for this extension method.

nextPageLink
String

The NextLink from the previous successful call to List operation.

Returns

Applies to