IPatchSchedulesOperations Interface
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.
PatchSchedulesOperations operations.
public interface IPatchSchedulesOperations
type IPatchSchedulesOperations = interface
Public Interface IPatchSchedulesOperations
Methods
CreateOrUpdateWithHttpMessagesAsync(String, String, IList<ScheduleEntryInner>, Dictionary<String,List<String>>, CancellationToken) |
Create or replace the patching schedule for Redis cache (requires Premium SKU). |
DeleteWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken) |
Deletes the patching schedule of a redis cache (requires Premium SKU). |
GetWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken) |
Gets the patching schedule of a redis cache (requires Premium SKU). |
ListByRedisResourceNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken) |
Gets all patch schedules in the specified redis cache (there is only one). |
ListByRedisResourceWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken) |
Gets all patch schedules in the specified redis cache (there is only one). |
Extension 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). |