NetworkGroupsOperationsExtensions.ListNext Method

Definition

Lists the specified network group.

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

Parameters

operations
INetworkGroupsOperations

The operations group for this extension method.

nextPageLink
String

The NextLink from the previous successful call to List operation.

Returns

Applies to