Share via


SubscriptionSupportTicketResource.UpdateAsync Method

Definition

This API allows you to update the severity level, ticket status, advanced diagnostic consent 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.

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.Support/supportTickets/{supportTicketName}
  • Operation Id: SupportTickets_Update
  • Default Api Version: 2024-04-01
  • Resource: SubscriptionSupportTicketResource
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Support.SubscriptionSupportTicketResource>> UpdateAsync (Azure.ResourceManager.Support.Models.UpdateSupportTicket updateSupportTicket, System.Threading.CancellationToken cancellationToken = default);
abstract member UpdateAsync : Azure.ResourceManager.Support.Models.UpdateSupportTicket * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Support.SubscriptionSupportTicketResource>>
override this.UpdateAsync : Azure.ResourceManager.Support.Models.UpdateSupportTicket * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Support.SubscriptionSupportTicketResource>>
Public Overridable Function UpdateAsync (updateSupportTicket As UpdateSupportTicket, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of SubscriptionSupportTicketResource))

Parameters

updateSupportTicket
UpdateSupportTicket

UpdateSupportTicket object.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

updateSupportTicket is null.

Applies to