BackendOperationsExtensions.CreateOrUpdateAsync Método
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
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
Azure SDK for .NET