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

ISecurityAlertProperties.Intent Property

Definition

Holds the alert intent stage(s) mapping for this alert.

[Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.Info(Description="Holds the alert intent stage(s) mapping for this alert.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.KillChainIntent) }, ReadOnly=true, Required=false, SerializedName="intent")]
public Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.KillChainIntent? Intent { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.Info(Description="Holds the alert intent stage(s) mapping for this alert.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.KillChainIntent) }, ReadOnly=true, Required=false, SerializedName="intent")>]
member this.Intent : Nullable<Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.KillChainIntent>
Public ReadOnly Property Intent As Nullable(Of KillChainIntent)

Property Value

Attributes

Applies to