IStatus.Id Property

Definition

Level of the most severe insight generated by the detector.

[Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Description="Level of the most severe insight generated by the detector.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.InsightStatus) }, ReadOnly=false, Required=false, SerializedName="statusId")]
public Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.InsightStatus? Id { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Description="Level of the most severe insight generated by the detector.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.InsightStatus) }, ReadOnly=false, Required=false, SerializedName="statusId")>]
member this.Id : Nullable<Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.InsightStatus> with get, set
Public Property Id As Nullable(Of InsightStatus)

Property Value

Attributes

Applies to