共用方式為


SupportTicketsOperationsExtensions.Update 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 static Microsoft.Azure.Management.Support.Models.SupportTicketDetails Update (this Microsoft.Azure.Management.Support.ISupportTicketsOperations operations, string supportTicketName, Microsoft.Azure.Management.Support.Models.UpdateSupportTicket updateSupportTicket);
static member Update : Microsoft.Azure.Management.Support.ISupportTicketsOperations * string * Microsoft.Azure.Management.Support.Models.UpdateSupportTicket -> Microsoft.Azure.Management.Support.Models.SupportTicketDetails
<Extension()>
Public Function Update (operations As ISupportTicketsOperations, supportTicketName As String, updateSupportTicket As UpdateSupportTicket) As SupportTicketDetails

Parameters

operations
ISupportTicketsOperations

The operations group for this extension method.

supportTicketName
String

Support ticket name.

updateSupportTicket
UpdateSupportTicket

UpdateSupportTicket object.

Returns

Applies to