Partilhar via


PatchSchedulesOperationsExtensions.ListByRedisResource Método

Definição

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

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Redis.Models.RedisPatchSchedule> ListByRedisResource (this Microsoft.Azure.Management.Redis.IPatchSchedulesOperations operations, string resourceGroupName, string cacheName);
static member ListByRedisResource : Microsoft.Azure.Management.Redis.IPatchSchedulesOperations * string * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Redis.Models.RedisPatchSchedule>
<Extension()>
Public Function ListByRedisResource (operations As IPatchSchedulesOperations, resourceGroupName As String, cacheName As String) As 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.

Retornos

Aplica-se a