Sdílet prostřednictvím


PatchSchedulesOperationsExtensions Class

Definition

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

Applies to