Udostępnij za pośrednictwem


NetworkExperimentProfilesOperationsExtensions.ListNext Method

Definition

Gets a list of Network Experiment Profiles under a subscription

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

Parameters

operations
INetworkExperimentProfilesOperations

The operations group for this extension method.

nextPageLink
String

The NextLink from the previous successful call to List operation.

Returns

Applies to