Compartir a través de


ExperimentsOperationsExtensions.ListNextAsync Método

Definición

Obtenga una lista de recursos de experimento en un grupo de recursos.

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

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