IDiagnosticResource.Insight 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.
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