PatchSchedulesOperationsExtensions.ListByRedisResourceNextAsync メソッド

定義

指定した Redis Cache 内のすべてのパッチ スケジュールを取得します (1 つだけです)。

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

パラメーター

operations
IPatchSchedulesOperations

この拡張メソッドの操作グループ。

nextPageLink
String

List 操作への前回の正常な呼び出しからの NextLink。

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

適用対象