Partager via


GlobalSchemaOperationsExtensions.CreateOrUpdate Méthode

Définition

Crée ou met à jour le schéma spécifié existant du instance de service Gestion des API.

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

Paramètres

operations
IGlobalSchemaOperations

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.

schemaId
String

Identificateur d’ID de schéma. Doit être unique dans le instance de service Gestion des API actuel.

parameters
GlobalSchemaContract

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 à