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

IIncident.AdditionalDataTactic Property

Definition

The tactics associated with incident

[Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.Info(Description="The tactics associated with incident", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.AttackTactic) }, ReadOnly=true, Required=false, SerializedName="tactics")]
public Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.AttackTactic[] AdditionalDataTactic { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.Info(Description="The tactics associated with incident", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.AttackTactic) }, ReadOnly=true, Required=false, SerializedName="tactics")>]
member this.AdditionalDataTactic : Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.AttackTactic[]
Public ReadOnly Property AdditionalDataTactic As AttackTactic()

Property Value

Attributes

Applies to