共用方式為


ExperimentsOperationsExtensions.ListExecutionDetailsNext Method

Definition

Get a list of execution details of a Experiment resource.

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

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