你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ISupportTicketsOperations.UpdateWithHttpMessagesAsync 方法

定义

此 API 允许更新严重性级别、票证状态和支持票证中的联系信息。<br/><br/>注意:如果Azure 支持工程师正在积极处理支持票证,则无法更改严重性级别。 在这种情况下,请联系支持工程师,通过使用通信 API 添加新通信来请求严重性更新。<br/><br/>仅允许在未分配的情况下将票证状态更改为 已关闭 。 当工程师正在积极处理票证时,请通过向工程师发送备注来发送票证关闭请求。

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))

参数

supportTicketName
String

支持票证名称。

updateSupportTicket
UpdateSupportTicket

UpdateSupportTicket 对象。

customHeaders
Dictionary<String,List<String>>

将添加到请求的标头。

cancellationToken
CancellationToken

取消标记。

返回

例外

当操作返回无效状态代码时引发

无法反序列化响应时引发

当所需参数为 null 时引发

适用于