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

EntityMapping Class

Definition

Single entity mapping for the alert rule

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.EntityMappingTypeConverter))]
public class EntityMapping : Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IEntityMapping
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.EntityMappingTypeConverter))>]
type EntityMapping = class
    interface IEntityMapping
    interface IJsonSerializable
Public Class EntityMapping
Implements IEntityMapping
Inheritance
EntityMapping
Attributes
Implements

Constructors

EntityMapping()

Creates an new EntityMapping instance.

Properties

EntityType

The V3 type of the mapped entity

FieldMapping

array of field mappings for the given entity mapping

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of EntityMapping.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of EntityMapping.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IEntityMapping.

FromJsonString(String)

Creates a new instance of EntityMapping, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of EntityMapping into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to