UpdateSupportTicket Constructors

Definition

Overloads

UpdateSupportTicket()

Initializes a new instance of the UpdateSupportTicket class.

UpdateSupportTicket(String, String, UpdateContactProfile)

Initializes a new instance of the UpdateSupportTicket class.

UpdateSupportTicket()

Initializes a new instance of the UpdateSupportTicket class.

public UpdateSupportTicket ();
Public Sub New ()

Applies to

UpdateSupportTicket(String, String, UpdateContactProfile)

Initializes a new instance of the UpdateSupportTicket class.

public UpdateSupportTicket (string severity = default, string status = default, Microsoft.Azure.Management.Support.Models.UpdateContactProfile contactDetails = default);
new Microsoft.Azure.Management.Support.Models.UpdateSupportTicket : string * string * Microsoft.Azure.Management.Support.Models.UpdateContactProfile -> Microsoft.Azure.Management.Support.Models.UpdateSupportTicket
Public Sub New (Optional severity As String = Nothing, Optional status As String = Nothing, Optional contactDetails As UpdateContactProfile = Nothing)

Parameters

severity
String

Severity level. Possible values include: 'minimal', 'moderate', 'critical', 'highestcriticalimpact'

status
String

Status to be updated on the ticket. Possible values include: 'open', 'closed'

contactDetails
UpdateContactProfile

Contact details to be updated on the support ticket.

Applies to