BackendOperationsExtensions.Update 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.
Mises à jour un back-end existant.
public static Microsoft.Azure.Management.ApiManagement.Models.BackendContract Update (this Microsoft.Azure.Management.ApiManagement.IBackendOperations operations, string resourceGroupName, string serviceName, string backendId, Microsoft.Azure.Management.ApiManagement.Models.BackendUpdateParameters parameters, string ifMatch);
static member Update : Microsoft.Azure.Management.ApiManagement.IBackendOperations * string * string * string * Microsoft.Azure.Management.ApiManagement.Models.BackendUpdateParameters * string -> Microsoft.Azure.Management.ApiManagement.Models.BackendContract
<Extension()>
Public Function Update (operations As IBackendOperations, resourceGroupName As String, serviceName As String, backendId As String, parameters As BackendUpdateParameters, ifMatch As String) 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
- BackendUpdateParameters
Mettre à jour les paramètres.
- 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 requête GET ou il doit être * pour la mise à jour inconditionnelle.
Retours
S’applique à
Azure SDK for .NET