Partilhar via


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

resourceGroupName
String

O nome do grupo de recursos.

cacheName
String

O nome do cache Redis.

cancellationToken
CancellationToken

O token de cancelamento.

Retornos

Aplica-se a