Compartir a través de


PatchSchedulesOperationsExtensions.ListByRedisResourceNextAsync Método

Definición

Obtiene todas las programaciones de revisión de la caché de Redis especificada (solo hay una).

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

Parámetros

operations
IPatchSchedulesOperations

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