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

EntityMappingType Struct

Definition

The V3 type of the mapped entity

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

Fields

Account

User account entity type

AzureResource

Azure resource entity type

CloudApplication

Cloud app entity type

Dns

DNS entity type

File

System file entity type

FileHash

File-hash entity type

Host

Host entity type

IP

IP address entity type

Mailbox

Mailbox entity type

MailCluster

Mail cluster entity type

MailMessage

Mail message entity type

Malware

Malware entity type

Process

Process entity type

RegistryKey

Registry key entity type

RegistryValue

Registry value entity type

SecurityGroup

Security group entity type

SubmissionMail

Submission mail entity type

Url

URL entity type

Methods

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

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

Equals(EntityMappingType)

Compares values of enum type EntityMappingType

Equals(Object)

Compares values of enum type EntityMappingType (override for Object)

GetHashCode()

Returns hashCode for enum EntityMappingType

ToString()

Returns string representation for EntityMappingType

Operators

Equality(EntityMappingType, EntityMappingType)

Overriding == operator for enum EntityMappingType

Implicit(EntityMappingType to String)

Implicit operator to convert EntityMappingType to string

Implicit(String to EntityMappingType)

Implicit operator to convert string to EntityMappingType

Inequality(EntityMappingType, EntityMappingType)

Overriding != operator for enum EntityMappingType

Applies to