PatchSchedulesOperationsExtensions Class
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.
Extension methods for PatchSchedulesOperations.
public static class PatchSchedulesOperationsExtensions
type PatchSchedulesOperationsExtensions = class
Public Module PatchSchedulesOperationsExtensions
- Inheritance
-
PatchSchedulesOperationsExtensions
Methods
CreateOrUpdateAsync(IPatchSchedulesOperations, String, String, IList<ScheduleEntryInner>, CancellationToken) |
Create or replace the patching schedule for Redis cache (requires Premium SKU). |
DeleteAsync(IPatchSchedulesOperations, String, String, CancellationToken) |
Deletes the patching schedule of a redis cache (requires Premium SKU). |
GetAsync(IPatchSchedulesOperations, String, String, CancellationToken) |
Gets the patching schedule of a redis cache (requires Premium SKU). |
ListByRedisResourceAsync(IPatchSchedulesOperations, String, String, CancellationToken) |
Gets all patch schedules in the specified redis cache (there is only one). |
ListByRedisResourceNextAsync(IPatchSchedulesOperations, String, CancellationToken) |
Gets all patch schedules in the specified redis cache (there is only one). |