Partager via


IPatchSchedulesOperations Interface

Définition

Opérations PatchSchedulesOperations.

public interface IPatchSchedulesOperations
type IPatchSchedulesOperations = interface
Public Interface IPatchSchedulesOperations

Méthodes

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

Créez ou remplacez la planification de mise à jour corrective pour le cache Redis.

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

Supprime la planification de mise à jour corrective d’un cache Redis.

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

Obtient la planification de mise à jour corrective d’un cache Redis.

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

Obtient toutes les planifications de correctifs dans le cache redis spécifié (il n’y en a qu’une seule).

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

Obtient toutes les planifications de correctifs dans le cache redis spécifié (il n’y en a qu’une seule).

Méthodes d’extension

CreateOrUpdate(IPatchSchedulesOperations, String, String, RedisPatchSchedule)

Créez ou remplacez la planification de mise à jour corrective pour le cache Redis.

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

Créez ou remplacez la planification de mise à jour corrective pour le cache Redis.

Delete(IPatchSchedulesOperations, String, String)

Supprime la planification de mise à jour corrective d’un cache Redis.

DeleteAsync(IPatchSchedulesOperations, String, String, CancellationToken)

Supprime la planification de mise à jour corrective d’un cache Redis.

Get(IPatchSchedulesOperations, String, String)

Obtient la planification de mise à jour corrective d’un cache Redis.

GetAsync(IPatchSchedulesOperations, String, String, CancellationToken)

Obtient la planification de mise à jour corrective d’un cache Redis.

ListByRedisResource(IPatchSchedulesOperations, String, String)

Obtient toutes les planifications de correctifs dans le cache redis spécifié (il n’y en a qu’une seule).

ListByRedisResourceAsync(IPatchSchedulesOperations, String, String, CancellationToken)

Obtient toutes les planifications de correctifs dans le cache redis spécifié (il n’y en a qu’une seule).

ListByRedisResourceNext(IPatchSchedulesOperations, String)

Obtient toutes les planifications de correctifs dans le cache redis spécifié (il n’y en a qu’une seule).

ListByRedisResourceNextAsync(IPatchSchedulesOperations, String, CancellationToken)

Obtient toutes les planifications de correctifs dans le cache redis spécifié (il n’y en a qu’une seule).

S’applique à