次の方法で共有


PatchSchedulesOperationsExtensions.ListByRedisResourceAsync メソッド

定義

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

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

パラメーター

operations
IPatchSchedulesOperations

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

resourceGroupName
String

リソース グループの名前。

cacheName
String

Redis キャッシュの名前。

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

適用対象