IDetectorResponseProperties.StatusId Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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? StatusId { 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.StatusId : Nullable<Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.InsightStatus> with get, set
Public Property StatusId As Nullable(Of InsightStatus)
Property Value
- Attributes