CacheOperationsExtensions.Delete Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Supprime un cache spécifique.
public static void Delete (this Microsoft.Azure.Management.ApiManagement.ICacheOperations operations, string resourceGroupName, string serviceName, string cacheId, string ifMatch);
static member Delete : Microsoft.Azure.Management.ApiManagement.ICacheOperations * string * string * string * string -> unit
<Extension()>
Public Sub Delete (operations As ICacheOperations, resourceGroupName As String, serviceName As String, cacheId As String, ifMatch As String)
Paramètres
- operations
- ICacheOperations
Groupe d’opérations pour cette méthode d’extension.
- resourceGroupName
- String
Nom du groupe de ressources.
- serviceName
- String
Nom du service Gestion des API.
- cacheId
- String
Identificateur de l’entité Cache. Identificateur de cache (doit être « par défaut » ou identificateur de région Azure valide).
- ifMatch
- String
ETag de l’entité. ETag doit correspondre à l’état actuel de l’entité à partir de la réponse d’en-tête de la demande GET ou il doit être * pour la mise à jour inconditionnelle.
S’applique à
Azure SDK for .NET