Dela via


ISupportTicketsOperations.UpdateWithHttpMessagesAsync Method

Definition

This API allows you to update the severity level, ticket status, and your contact information in the support ticket.<br/><br/>Note: The severity levels cannot be changed if a support ticket is actively being worked upon by an Azure support engineer. In such a case, contact your support engineer to request severity update by adding a new communication using the Communications API.<br/><br/>Changing the ticket status to closed is allowed only on an unassigned case. When an engineer is actively working on the ticket, send your ticket closure request by sending a note to your engineer.

public System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Management.Support.Models.SupportTicketDetails>> UpdateWithHttpMessagesAsync (string supportTicketName, Microsoft.Azure.Management.Support.Models.UpdateSupportTicket updateSupportTicket, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = default, System.Threading.CancellationToken cancellationToken = default);
abstract member UpdateWithHttpMessagesAsync : string * Microsoft.Azure.Management.Support.Models.UpdateSupportTicket * System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Management.Support.Models.SupportTicketDetails>>
Public Function UpdateWithHttpMessagesAsync (supportTicketName As String, updateSupportTicket As UpdateSupportTicket, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse(Of SupportTicketDetails))

Parameters

supportTicketName
String

Support ticket name.

updateSupportTicket
UpdateSupportTicket

UpdateSupportTicket object.

customHeaders
Dictionary<String,List<String>>

The headers that will be added to request.

cancellationToken
CancellationToken

The cancellation token.

Returns

Exceptions

Thrown when the operation returned an invalid status code

Thrown when unable to deserialize the response

Thrown when a required parameter is null

Applies to