你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

IIncident.ClassificationReason Property

Definition

The classification reason the incident was closed with

[Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.Info(Description="The classification reason the incident was closed with", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.IncidentClassificationReason) }, ReadOnly=false, Required=false, SerializedName="classificationReason")]
public Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.IncidentClassificationReason? ClassificationReason { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.Info(Description="The classification reason the incident was closed with", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.IncidentClassificationReason) }, ReadOnly=false, Required=false, SerializedName="classificationReason")>]
member this.ClassificationReason : Nullable<Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.IncidentClassificationReason> with get, set
Public Property ClassificationReason As Nullable(Of IncidentClassificationReason)

Property Value

Attributes

Applies to