ApiSchemaOperationsExtensions.BeginCreateOrUpdate 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.
Crée ou met à jour la configuration de schéma pour l’API.
public static Microsoft.Azure.Management.ApiManagement.Models.SchemaContract BeginCreateOrUpdate (this Microsoft.Azure.Management.ApiManagement.IApiSchemaOperations operations, string resourceGroupName, string serviceName, string apiId, string schemaId, Microsoft.Azure.Management.ApiManagement.Models.SchemaContract parameters, string ifMatch = default);
static member BeginCreateOrUpdate : Microsoft.Azure.Management.ApiManagement.IApiSchemaOperations * string * string * string * string * Microsoft.Azure.Management.ApiManagement.Models.SchemaContract * string -> Microsoft.Azure.Management.ApiManagement.Models.SchemaContract
<Extension()>
Public Function BeginCreateOrUpdate (operations As IApiSchemaOperations, resourceGroupName As String, serviceName As String, apiId As String, schemaId As String, parameters As SchemaContract, Optional ifMatch As String = Nothing) As SchemaContract
Paramètres
- operations
- IApiSchemaOperations
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.
- apiId
- String
Identificateur de révision d’API. Doit être unique dans le instance de service Gestion des API actuel. La révision non actuelle a ;rev=n comme suffixe où n est le numéro de révision.
- schemaId
- String
Identificateur d’ID de schéma. Doit être unique dans le instance de service Gestion des API actuel.
- parameters
- SchemaContract
Contenu du schéma à appliquer.
- 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 à
Azure SDK for .NET