IIssueProperties.Investigation Property

Definition

The list of investigations in the issue

[Microsoft.Azure.PowerShell.Cmdlets.Monitor.MonitorWorkspace.Runtime.Info(Create=false, Description="The list of investigations in the issue", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Monitor.MonitorWorkspace.Models.IInvestigationMetadata) }, Read=true, ReadOnly=true, Required=false, SerializedName="investigations", Update=false)]
public System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.Monitor.MonitorWorkspace.Models.IInvestigationMetadata> Investigation { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.Monitor.MonitorWorkspace.Runtime.Info(Create=false, Description="The list of investigations in the issue", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Monitor.MonitorWorkspace.Models.IInvestigationMetadata) }, Read=true, ReadOnly=true, Required=false, SerializedName="investigations", Update=false)>]
member this.Investigation : System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.Monitor.MonitorWorkspace.Models.IInvestigationMetadata>
Public ReadOnly Property Investigation As List(Of IInvestigationMetadata)

Property Value

Attributes

Applies to