NetworkProfilesOperationsExtensions.ListNext Method

Definition

Gets all network profiles in a resource group.

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

Parameters

operations
INetworkProfilesOperations

The operations group for this extension method.

nextPageLink
String

The NextLink from the previous successful call to List operation.

Returns

Applies to