Compartilhar via


PatchSchedulesOperationsExtensions.ListByRedisResourceNextAsync Método

Definição

Obtém todos os agendamentos de patch no cache redis especificado (há apenas um).

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

O grupo de operações para esse método de extensão.

nextPageLink
String

O NextLink da chamada bem-sucedida anterior para a operação Listar.

cancellationToken
CancellationToken

O token de cancelamento.

Retornos

Aplica-se a