Compartir a través de


ExperimentsOperationsExtensions.ListAllStatusesNextAsync Método

Definición

Obtenga una lista de los estados de un recurso experimento.

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Chaos.Models.ExperimentStatus>> ListAllStatusesNextAsync (this Microsoft.Azure.Management.Chaos.IExperimentsOperations operations, string nextPageLink, System.Threading.CancellationToken cancellationToken = default);
static member ListAllStatusesNextAsync : Microsoft.Azure.Management.Chaos.IExperimentsOperations * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Chaos.Models.ExperimentStatus>>
<Extension()>
Public Function ListAllStatusesNextAsync (operations As IExperimentsOperations, nextPageLink As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of ExperimentStatus))

Parámetros

operations
IExperimentsOperations

Grupo de operaciones para este método de extensión.

nextPageLink
String

NextLink de la llamada correcta anterior a la operación List.

cancellationToken
CancellationToken

Token de cancelación.

Devoluciones

Se aplica a