PatchSchedulesOperationsExtensions.ListByRedisResource Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets all patch schedules in the specified redis cache (there is only one).
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)
Parameters
- operations
- IPatchSchedulesOperations
The operations group for this extension method.
- resourceGroupName
- String
The name of the resource group.
- cacheName
- String
The name of the Redis cache.
Returns
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET