IDiagnosticDetectorResponseProperties.IssueDetected 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.
Flag representing Issue was detected.
[Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Description="Flag representing Issue was detected.", PossibleTypes=new System.Type[] { typeof(System.Boolean) }, ReadOnly=false, Required=false, SerializedName="issueDetected")]
public bool? IssueDetected { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Description="Flag representing Issue was detected.", PossibleTypes=new System.Type[] { typeof(System.Boolean) }, ReadOnly=false, Required=false, SerializedName="issueDetected")>]
member this.IssueDetected : Nullable<bool> with get, set
Public Property IssueDetected As Nullable(Of Boolean)
Property Value
- Attributes