SecurityInsightsAlertRuleEntityMapping Class

Definition

Single entity mapping for the alert rule.

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

Constructors

SecurityInsightsAlertRuleEntityMapping()

Initializes a new instance of SecurityInsightsAlertRuleEntityMapping.

Properties

EntityType

The V3 type of the mapped entity.

FieldMappings

array of field mappings for the given entity mapping.

Explicit Interface Implementations

IJsonModel<SecurityInsightsAlertRuleEntityMapping>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<SecurityInsightsAlertRuleEntityMapping>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<SecurityInsightsAlertRuleEntityMapping>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<SecurityInsightsAlertRuleEntityMapping>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<SecurityInsightsAlertRuleEntityMapping>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to