IIssueProperties.InvestigationsCount Property

Definition

The number of investigations in the issue

[Microsoft.Azure.PowerShell.Cmdlets.Monitor.MonitorWorkspace.Runtime.Info(Create=false, Description="The number of investigations in the issue", PossibleTypes=new System.Type[] { typeof(System.Int32) }, Read=true, ReadOnly=true, Required=false, SerializedName="investigationsCount", Update=false)]
public int? InvestigationsCount { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.Monitor.MonitorWorkspace.Runtime.Info(Create=false, Description="The number of investigations in the issue", PossibleTypes=new System.Type[] { typeof(System.Int32) }, Read=true, ReadOnly=true, Required=false, SerializedName="investigationsCount", Update=false)>]
member this.InvestigationsCount : Nullable<int>
Public ReadOnly Property InvestigationsCount As Nullable(Of Integer)

Property Value

Attributes

Applies to