Partager via


CacheOperationsExtensions.CreateOrUpdate Méthode

Définition

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

public static Microsoft.Azure.Management.ApiManagement.Models.CacheContract CreateOrUpdate (this Microsoft.Azure.Management.ApiManagement.ICacheOperations operations, string resourceGroupName, string serviceName, string cacheId, Microsoft.Azure.Management.ApiManagement.Models.CacheContract parameters, string ifMatch = default);
static member CreateOrUpdate : Microsoft.Azure.Management.ApiManagement.ICacheOperations * string * string * string * Microsoft.Azure.Management.ApiManagement.Models.CacheContract * string -> Microsoft.Azure.Management.ApiManagement.Models.CacheContract
<Extension()>
Public Function CreateOrUpdate (operations As ICacheOperations, resourceGroupName As String, serviceName As String, cacheId As String, parameters As CacheContract, Optional ifMatch As String = Nothing) As CacheContract

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

parameters
CacheContract

Créer ou mettre à jour des paramètres.

ifMatch
String

ETag de l’entité. Non obligatoire lors de la création d’une entité, mais obligatoire lors de la mise à jour d’une entité.

Retours

S’applique à