SupportTicketDetails.Severity Property

Definition

Gets or sets a value that indicates the urgency of the case, which in turn determines the response time according to the service level agreement of the technical support plan you have with Azure. Note: 'Highest critical impact' severity is reserved only for our Premium customers. Possible values include: 'minimal', 'moderate', 'critical', 'highestcriticalimpact'

[Newtonsoft.Json.JsonProperty(PropertyName="properties.severity")]
public string Severity { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.severity")>]
member this.Severity : string with get, set
Public Property Severity As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to