Share via


SecurityInsightsFieldMapping Class

Definition

A single field mapping of the mapped entity.

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

Constructors

SecurityInsightsFieldMapping()

Initializes a new instance of SecurityInsightsFieldMapping.

Properties

ColumnName

the column name to be mapped to the identifier.

Identifier

the V3 identifier of the entity.

Explicit Interface Implementations

IJsonModel<SecurityInsightsFieldMapping>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<SecurityInsightsFieldMapping>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<SecurityInsightsFieldMapping>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<SecurityInsightsFieldMapping>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<SecurityInsightsFieldMapping>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to