CreateOrUpdate(ICacheOperations, String, String, String, CacheContract, String)
|
Crée ou met à jour un cache externe à utiliser dans une instance de gestion des API.
https://docs.microsoft.com/en-us/azure/api-management/api-management-howto-cache-external
|
CreateOrUpdateAsync(ICacheOperations, String, String, String, CacheContract, String, CancellationToken)
|
Crée ou met à jour un cache externe à utiliser dans une instance de gestion des API.
https://docs.microsoft.com/en-us/azure/api-management/api-management-howto-cache-external
|
Delete(ICacheOperations, String, String, String, String)
|
Supprime un cache spécifique.
|
DeleteAsync(ICacheOperations, String, String, String, String, CancellationToken)
|
Supprime un cache spécifique.
|
Get(ICacheOperations, String, String, String)
|
Obtient les détails du cache spécifié par son identificateur.
|
GetAsync(ICacheOperations, String, String, String, CancellationToken)
|
Obtient les détails du cache spécifié par son identificateur.
|
GetEntityTag(ICacheOperations, String, String, String)
|
Obtient la version de l’état de l’entité (Etag) du cache spécifié par son identificateur.
|
GetEntityTagAsync(ICacheOperations, String, String, String, CancellationToken)
|
Obtient la version de l’état de l’entité (Etag) du cache spécifié par son identificateur.
|
ListByService(ICacheOperations, String, String, Nullable<Int32>, Nullable<Int32>)
|
Répertorie une collection de tous les caches externes de l’instance de service spécifiée.
|
ListByServiceAsync(ICacheOperations, String, String, Nullable<Int32>, Nullable<Int32>, CancellationToken)
|
Répertorie une collection de tous les caches externes de l’instance de service spécifiée.
|
ListByServiceNext(ICacheOperations, String)
|
Répertorie une collection de tous les caches externes de l’instance de service spécifiée.
|
ListByServiceNextAsync(ICacheOperations, String, CancellationToken)
|
Répertorie une collection de tous les caches externes de l’instance de service spécifiée.
|
Update(ICacheOperations, String, String, String, CacheUpdateParameters, String)
|
Mises à jour les détails du cache spécifié par son identificateur.
|
UpdateAsync(ICacheOperations, String, String, String, CacheUpdateParameters, String, CancellationToken)
|
Mises à jour les détails du cache spécifié par son identificateur.
|