Partager via


PatchSchedulesOperationsExtensions.ListByRedisResourceNext Méthode

Définition

Obtient toutes les planifications de correctifs dans le cache redis spécifié (il n’y en a qu’une seule).

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Redis.Models.RedisPatchSchedule> ListByRedisResourceNext (this Microsoft.Azure.Management.Redis.IPatchSchedulesOperations operations, string nextPageLink);
static member ListByRedisResourceNext : Microsoft.Azure.Management.Redis.IPatchSchedulesOperations * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Redis.Models.RedisPatchSchedule>
<Extension()>
Public Function ListByRedisResourceNext (operations As IPatchSchedulesOperations, nextPageLink As String) As IPage(Of RedisPatchSchedule)

Paramètres

operations
IPatchSchedulesOperations

Groupe d’opérations pour cette méthode d’extension.

nextPageLink
String

NextLink du précédent appel réussi à l’opération List.

Retours

S’applique à