NetworkProfilesOperationsExtensions.ListAllNext Method

Definition

Gets all the network profiles in a subscription.

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