Compartir a través de


IApiReleaseOperations.CreateOrUpdateWithHttpMessagesAsync Método

Definición

Crea una nueva versión de la API

public System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Management.ApiManagement.Models.ApiReleaseContract,Microsoft.Azure.Management.ApiManagement.Models.ApiReleaseCreateOrUpdateHeaders>> CreateOrUpdateWithHttpMessagesAsync (string resourceGroupName, string serviceName, string apiId, string releaseId, Microsoft.Azure.Management.ApiManagement.Models.ApiReleaseContract parameters, string ifMatch = default, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = default, System.Threading.CancellationToken cancellationToken = default);
abstract member CreateOrUpdateWithHttpMessagesAsync : string * string * string * string * Microsoft.Azure.Management.ApiManagement.Models.ApiReleaseContract * string * System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Management.ApiManagement.Models.ApiReleaseContract, Microsoft.Azure.Management.ApiManagement.Models.ApiReleaseCreateOrUpdateHeaders>>
Public Function CreateOrUpdateWithHttpMessagesAsync (resourceGroupName As String, serviceName As String, apiId As String, releaseId As String, parameters As ApiReleaseContract, Optional ifMatch As String = Nothing, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse(Of ApiReleaseContract, ApiReleaseCreateOrUpdateHeaders))

Parámetros

resourceGroupName
String

Nombre del grupo de recursos.

serviceName
String

Nombre del servicio API Management.

apiId
String

Identificador de API. Debe ser único en la instancia de servicio de API Management actual.

releaseId
String

Identificador de versión dentro de una API. Debe ser único en la instancia de servicio de API Management actual.

parameters
ApiReleaseContract

Cree parámetros.

ifMatch
String

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

customHeaders
Dictionary<String,List<String>>

Encabezados que se agregarán a la solicitud.

cancellationToken
CancellationToken

Token de cancelación.

Devoluciones

Excepciones

Se produce cuando la operación devolvió un código de estado no válido

Se produce cuando no se puede deserializar la respuesta

Se produce cuando un parámetro obligatorio es NULL

Se aplica a