Compartir a través de


BackendOperationsExtensions.CreateOrUpdate Método

Definición

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

Parámetros

operations
IBackendOperations

El grupo de operaciones de 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 de API Management actual.

parameters
BackendContract

Cree parámetros.

ifMatch
String

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

Devoluciones

Se aplica a