Share via


IPatchSchedulesOperations Interface

Definition

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

Applies to