PatchSchedulesOperationsExtensions Class

Definition

Extension methods for PatchSchedulesOperations.

public static class PatchSchedulesOperationsExtensions
type PatchSchedulesOperationsExtensions = class
Public Module PatchSchedulesOperationsExtensions
Inheritance
PatchSchedulesOperationsExtensions

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