IApiIssueCommentOperations.CreateOrUpdateWithHttpMessagesAsync Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Crée un nouveau commentaire pour le problème dans une API ou le met jour.
public System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Management.ApiManagement.Models.IssueCommentContract,Microsoft.Azure.Management.ApiManagement.Models.ApiIssueCommentCreateOrUpdateHeaders>> CreateOrUpdateWithHttpMessagesAsync (string resourceGroupName, string serviceName, string apiId, string issueId, string commentId, Microsoft.Azure.Management.ApiManagement.Models.IssueCommentContract 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 * string * Microsoft.Azure.Management.ApiManagement.Models.IssueCommentContract * 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.IssueCommentContract, Microsoft.Azure.Management.ApiManagement.Models.ApiIssueCommentCreateOrUpdateHeaders>>
Public Function CreateOrUpdateWithHttpMessagesAsync (resourceGroupName As String, serviceName As String, apiId As String, issueId As String, commentId As String, parameters As IssueCommentContract, 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 IssueCommentContract, ApiIssueCommentCreateOrUpdateHeaders))
Paramètres
- resourceGroupName
- String
Nom du groupe de ressources.
- serviceName
- String
Nom du service Gestion des API.
- apiId
- String
Identificateur d'API. Doit être unique dans le instance de service Gestion des API actuel.
- issueId
- String
Identificateur du problème. Doit être unique dans le instance de service Gestion des API actuel.
- commentId
- String
Identificateur de commentaire dans un problème. Doit être unique dans le problème actuel.
- parameters
- IssueCommentContract
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é.
- customHeaders
- Dictionary<String,List<String>>
En-têtes qui seront ajoutés à la demande.
- cancellationToken
- CancellationToken
Jeton d'annulation.
Retours
Exceptions
Levée lorsque l’opération a retourné un code status non valide
Levée lorsque la réponse ne peut pas être désérialisée
Levée lorsqu’un paramètre requis a la valeur Null
S’applique à
Azure SDK for .NET