Udostępnij za pośrednictwem


ExperimentsOperationsExtensions.ListByProfileNext Method

Definition

Gets a list of Experiments

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

Parameters

operations
IExperimentsOperations

The operations group for this extension method.

nextPageLink
String

The NextLink from the previous successful call to List operation.

Returns

Applies to