Freigeben über


PatchSchedulesOperationsExtensions.ListByRedisResourceNextAsync Methode

Definition

Ruft alle Patchzeitpläne im angegebenen Redis-Cache ab (es gibt nur einen).

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))

Parameter

operations
IPatchSchedulesOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

nextPageLink
String

NextLink aus dem vorherigen erfolgreichen Aufruf von List-Vorgang.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Gilt für: