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

Parâmetros

operations
IPatchSchedulesOperations

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

nextPageLink
String

O NextLink da chamada com êxito anterior para a operação Listar.

cancellationToken
CancellationToken

O token de cancelamento.

Retornos

Aplica-se a