PatchSchedulesOperationsExtensions.ListByRedisResource メソッド

定義

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

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)

パラメーター

operations
IPatchSchedulesOperations

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

resourceGroupName
String

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

cacheName
String

Redis キャッシュの名前。

戻り値

適用対象