Sdílet prostřednictvím


ExperimentsOperationsExtensions.ListAllNext Method

Definition

Get a list of Experiment resources in a subscription.

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