Compartir a través de


RunsOperationsExtensions.ListNextAsync Método

Definición

Obtiene todas las ejecuciones de un registro.

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

Parámetros

operations
IRunsOperations

El grupo de operaciones de 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