IPatchSchedulesOperations Interface

Definition

PatchSchedulesOperations operations.

public interface IPatchSchedulesOperations
type IPatchSchedulesOperations = interface
Public Interface IPatchSchedulesOperations

Methods

CreateOrUpdateWithHttpMessagesAsync(String, String, RedisPatchSchedule, Dictionary<String,List<String>>, CancellationToken)

Create or replace the patching schedule for Redis cache.

DeleteWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)

Deletes the patching schedule of a redis cache.

GetWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)

Gets the patching schedule of a redis cache.

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

CreateOrUpdate(IPatchSchedulesOperations, String, String, RedisPatchSchedule)

Create or replace the patching schedule for Redis cache.

CreateOrUpdateAsync(IPatchSchedulesOperations, String, String, RedisPatchSchedule, CancellationToken)

Create or replace the patching schedule for Redis cache.

Delete(IPatchSchedulesOperations, String, String)

Deletes the patching schedule of a redis cache.

DeleteAsync(IPatchSchedulesOperations, String, String, CancellationToken)

Deletes the patching schedule of a redis cache.

Get(IPatchSchedulesOperations, String, String)

Gets the patching schedule of a redis cache.

GetAsync(IPatchSchedulesOperations, String, String, CancellationToken)

Gets the patching schedule of a redis cache.

ListByRedisResource(IPatchSchedulesOperations, String, String)

Gets all patch schedules in the specified redis cache (there is only one).

ListByRedisResourceAsync(IPatchSchedulesOperations, String, String, CancellationToken)

Gets all patch schedules in the specified redis cache (there is only one).

ListByRedisResourceNext(IPatchSchedulesOperations, String)

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