UpdateSupportTicket Class

Updates severity, ticket status, contact details, advanced diagnostic consent and secondary consent in the support ticket.

Inheritance
azure.mgmt.support._serialization.Model
UpdateSupportTicket

Constructor

UpdateSupportTicket(*, severity: str | _models.SeverityLevel | None = None, status: str | _models.Status | None = None, contact_details: _models.UpdateContactProfile | None = None, advanced_diagnostic_consent: str | _models.Consent | None = None, secondary_consent: List[_models.SecondaryConsent] | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
severity

Severity level. Known values are: "minimal", "moderate", "critical", and "highestcriticalimpact".

status
str or Status

Status to be updated on the ticket. Known values are: "open" and "closed".

contact_details

Contact details to be updated on the support ticket.

advanced_diagnostic_consent

Advanced diagnostic consent to be updated on the support ticket. Known values are: "Yes" and "No".

secondary_consent

This property indicates secondary consents for the support ticket.

Variables

Name Description
severity

Severity level. Known values are: "minimal", "moderate", "critical", and "highestcriticalimpact".

status
str or Status

Status to be updated on the ticket. Known values are: "open" and "closed".

contact_details

Contact details to be updated on the support ticket.

advanced_diagnostic_consent

Advanced diagnostic consent to be updated on the support ticket. Known values are: "Yes" and "No".

secondary_consent

This property indicates secondary consents for the support ticket.