IDetectorResponseProperties.StatusId Property

Definition

Level of the most severe insight generated by the detector.

[Microsoft.Azure.PowerShell.Cmdlets.Functions.PSArgumentCompleter(new System.String[] { "Critical", "Warning", "Info", "Success", "None" })]
[Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Create=true, Description="Level of the most severe insight generated by the detector.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="statusId", Update=true)]
public string StatusId { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Functions.PSArgumentCompleter(new System.String[] { "Critical", "Warning", "Info", "Success", "None" })>]
[<Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Create=true, Description="Level of the most severe insight generated by the detector.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="statusId", Update=true)>]
member this.StatusId : string with get, set
Public Property StatusId As String

Property Value

Attributes

Applies to