次の方法で共有


IDiagnosticDetectorResponse.IssueDetected Property

Definition

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

Applies to