Partager via


BackendOperationsExtensions.CreateOrUpdateAsync Méthode

Définition

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

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.ApiManagement.Models.BackendContract> CreateOrUpdateAsync (this Microsoft.Azure.Management.ApiManagement.IBackendOperations operations, string resourceGroupName, string serviceName, string backendId, Microsoft.Azure.Management.ApiManagement.Models.BackendContract parameters, string ifMatch = default, System.Threading.CancellationToken cancellationToken = default);
static member CreateOrUpdateAsync : Microsoft.Azure.Management.ApiManagement.IBackendOperations * string * string * string * Microsoft.Azure.Management.ApiManagement.Models.BackendContract * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.ApiManagement.Models.BackendContract>
<Extension()>
Public Function CreateOrUpdateAsync (operations As IBackendOperations, resourceGroupName As String, serviceName As String, backendId As String, parameters As BackendContract, Optional ifMatch As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of 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é.

cancellationToken
CancellationToken

Jeton d'annulation.

Retours

S’applique à