Partager via


BackendOperationsExtensions.CreateOrUpdate Méthode

Définition

Crée ou met à jour un back-end.

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

Paramètres

operations
IBackendOperations

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.

backendId
String

Identificateur de l’entité Back-end. Doit être unique dans le instance de service Gestion des API actuel.

parameters
BackendContract

Créez 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 à