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

AttackTactic Struct

Definition

A list of relevant mitre attacks.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.AttackTacticTypeConverter))]
public struct AttackTactic : IEquatable<Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.AttackTactic>, System.Management.Automation.IArgumentCompleter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.AttackTacticTypeConverter))>]
type AttackTactic = struct
    interface IArgumentCompleter
Public Structure AttackTactic
Implements IArgumentCompleter, IEquatable(Of AttackTactic)
Inheritance
AttackTactic
Attributes
Implements

Fields

Collection
CommandAndControl
CredentialAccess
DefenseEvasion
Discovery
Execution
Exfiltration
Impact
InitialAccess
LateralMovement
Persistence
PreAttack
PrivilegeEscalation

Methods

CompleteArgument(String, String, String, CommandAst, IDictionary)

Implementations of this function are called by PowerShell to complete arguments.

Equals(AttackTactic)

Compares values of enum type AttackTactic

Equals(Object)

Compares values of enum type AttackTactic (override for Object)

GetHashCode()

Returns hashCode for enum AttackTactic

ToString()

Returns string representation for AttackTactic

Operators

Equality(AttackTactic, AttackTactic)

Overriding == operator for enum AttackTactic

Implicit(AttackTactic to String)

Implicit operator to convert AttackTactic to string

Implicit(String to AttackTactic)

Implicit operator to convert string to AttackTactic

Inequality(AttackTactic, AttackTactic)

Overriding != operator for enum AttackTactic

Applies to