Partager via


ExperimentsOperationsExtensions.ListAllStatusesNext Méthode

Définition

Obtenez la liste des états d’une ressource Experiment.

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

Paramètres

operations
IExperimentsOperations

Groupe d’opérations pour cette méthode d’extension.

nextPageLink
String

NextLink de l’opération précédente d’appel réussi à List.

Retours

S’applique à