SupportTicketDetails.ProblemClassificationId Property

Definition

Gets or sets each Azure service has its own set of issue categories, also known as problem classification. This parameter is the unique Id for the type of problem you are experiencing.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to