EntityFieldMapping Class

Definition

Map identifiers of a single entity.

public class EntityFieldMapping : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.SecurityInsights.Models.EntityFieldMapping>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.SecurityInsights.Models.EntityFieldMapping>
type EntityFieldMapping = class
    interface IJsonModel<EntityFieldMapping>
    interface IPersistableModel<EntityFieldMapping>
Public Class EntityFieldMapping
Implements IJsonModel(Of EntityFieldMapping), IPersistableModel(Of EntityFieldMapping)
Inheritance
EntityFieldMapping
Implements

Constructors

EntityFieldMapping()

Initializes a new instance of EntityFieldMapping.

Properties

Identifier

Alert V3 identifier.

Value

The value of the identifier.

Explicit Interface Implementations

IJsonModel<EntityFieldMapping>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<EntityFieldMapping>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<EntityFieldMapping>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<EntityFieldMapping>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<EntityFieldMapping>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to