SupportTicketsOperationsExtensions.UpdateAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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 static System.Threading.Tasks.Task<Microsoft.Azure.Management.Support.Models.SupportTicketDetails> UpdateAsync (this Microsoft.Azure.Management.Support.ISupportTicketsOperations operations, string supportTicketName, Microsoft.Azure.Management.Support.Models.UpdateSupportTicket updateSupportTicket, System.Threading.CancellationToken cancellationToken = default);
static member UpdateAsync : Microsoft.Azure.Management.Support.ISupportTicketsOperations * string * Microsoft.Azure.Management.Support.Models.UpdateSupportTicket * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Support.Models.SupportTicketDetails>
<Extension()>
Public Function UpdateAsync (operations As ISupportTicketsOperations, supportTicketName As String, updateSupportTicket As UpdateSupportTicket, Optional cancellationToken As CancellationToken = Nothing) As Task(Of SupportTicketDetails)
Parameters
- operations
- ISupportTicketsOperations
The operations group for this extension method.
- supportTicketName
- String
Support ticket name.
- updateSupportTicket
- UpdateSupportTicket
UpdateSupportTicket object.
- cancellationToken
- CancellationToken
The cancellation token.