IDiagnosticResource.Insight Property

Definition

SolutionIds that are needed to be invoked.

[Microsoft.Azure.PowerShell.Cmdlets.SelfHelp.Runtime.Info(Create=true, Description="SolutionIds that are needed to be invoked.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.SelfHelp.Models.IDiagnosticInvocation) }, Read=true, ReadOnly=false, Required=false, SerializedName="insights", Update=true)]
public System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.SelfHelp.Models.IDiagnosticInvocation> Insight { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.SelfHelp.Runtime.Info(Create=true, Description="SolutionIds that are needed to be invoked.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.SelfHelp.Models.IDiagnosticInvocation) }, Read=true, ReadOnly=false, Required=false, SerializedName="insights", Update=true)>]
member this.Insight : System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.SelfHelp.Models.IDiagnosticInvocation> with get, set
Public Property Insight As List(Of IDiagnosticInvocation)

Property Value

Attributes

Applies to