Status.StatusId Property

Definition

Gets or sets level of the most severe insight generated by the detector. Possible values include: 'Critical', 'Warning', 'Info', 'Success', 'None'

[Newtonsoft.Json.JsonProperty(PropertyName="statusId")]
public Microsoft.Azure.Management.WebSites.Models.InsightStatus? StatusId { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="statusId")>]
member this.StatusId : Nullable<Microsoft.Azure.Management.WebSites.Models.InsightStatus> with get, set
Public Property StatusId As Nullable(Of InsightStatus)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to