UpdateSupportTicket Class

Updates severity, ticket status, and contact details in the support ticket.

Inheritance
UpdateSupportTicket

Constructor

UpdateSupportTicket(*, severity: Optional[Union[str, azure.mgmt.support.models._microsoft_support_enums.SeverityLevel]] = None, status: Optional[Union[str, azure.mgmt.support.models._microsoft_support_enums.Status]] = None, contact_details: Optional[azure.mgmt.support.models._models_py3.UpdateContactProfile] = None, **kwargs)

Parameters

severity
str or SeverityLevel
Required

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

status
str or Status
Required

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

contact_details
UpdateContactProfile
Required

Contact details to be updated on the support ticket.