Compartir a través de


BackendOperationsExtensions.CreateOrUpdateAsync Método

Definición

Crea o actualiza un servidor 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)

Parámetros

operations
IBackendOperations

Grupo de operaciones para este método de extensión.

resourceGroupName
String

Nombre del grupo de recursos.

serviceName
String

Nombre del servicio API Management.

backendId
String

Identificador de la entidad back-end. Debe ser único en la instancia de servicio API Management actual.

parameters
BackendContract

Crear parámetros.

ifMatch
String

ETag de la entidad. No es necesario al crear una entidad, pero es necesario al actualizar una entidad.

cancellationToken
CancellationToken

Token de cancelación.

Devoluciones

Se aplica a