你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
TenantSupportTicketResource.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.
- Request Path: /providers/Microsoft.Support/supportTickets/{supportTicketName}
- Operation Id: SupportTicketsNoSubscription_Update
- Default Api Version: 2024-04-01
- Resource: TenantSupportTicketResource
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Support.TenantSupportTicketResource>> 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.TenantSupportTicketResource>>
override this.UpdateAsync : Azure.ResourceManager.Support.Models.UpdateSupportTicket * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Support.TenantSupportTicketResource>>
Public Overridable Function UpdateAsync (updateSupportTicket As UpdateSupportTicket, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of TenantSupportTicketResource))
Parameters
- updateSupportTicket
- UpdateSupportTicket
UpdateSupportTicket object.
- cancellationToken
- CancellationToken
The cancellation token to use.
Returns
Exceptions
updateSupportTicket
is null.