NrtAlertRuleTemplate Class

Definition

Represents NRT alert rule template.

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

Constructors

NrtAlertRuleTemplate()

Initializes a new instance of NrtAlertRuleTemplate.

Properties

AlertDetailsOverride

The alert details override settings.

AlertRulesCreatedByTemplateCount

the number of alert rules that were created by this template.

CreatedOn

The time that this alert rule template has been added.

CustomDetails

Dictionary of string key-value pairs of columns to be attached to the alert.

Description

The description of the alert rule template.

DisplayName

The display name for alert rule template.

EntityMappings

Array of the entity mappings of the alert rule.

EventGroupingAggregationKind

The event grouping aggregation kinds.

Id

Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}.

(Inherited from ResourceData)
LastUpdatedOn

The last time that this alert rule template has been updated.

Name

The name of the resource.

(Inherited from ResourceData)
Query

The query that creates alerts for this rule.

RequiredDataConnectors

The required data sources for this template.

ResourceType

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts".

(Inherited from ResourceData)
SentinelEntitiesMappings

Array of the sentinel entity mappings of the alert rule.

Severity

The severity for alerts created by this alert rule.

Status

The alert rule template status.

SystemData

Azure Resource Manager metadata containing createdBy and modifiedBy information.

(Inherited from ResourceData)
Tactics

The tactics of the alert rule.

Techniques

The techniques of the alert rule.

Version

The version of this template - in format <a.b.c>, where all are numbers. For example <1.0.2>.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) (Inherited from ResourceData)

Explicit Interface Implementations

IJsonModel<NrtAlertRuleTemplate>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<NrtAlertRuleTemplate>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IJsonModel<SecurityInsightsAlertRuleTemplateData>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

(Inherited from SecurityInsightsAlertRuleTemplateData)
IJsonModel<SecurityInsightsAlertRuleTemplateData>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

(Inherited from SecurityInsightsAlertRuleTemplateData)
IPersistableModel<NrtAlertRuleTemplate>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<NrtAlertRuleTemplate>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<NrtAlertRuleTemplate>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

IPersistableModel<SecurityInsightsAlertRuleTemplateData>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

(Inherited from SecurityInsightsAlertRuleTemplateData)
IPersistableModel<SecurityInsightsAlertRuleTemplateData>.GetFormatFromOptions(ModelReaderWriterOptions)

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

(Inherited from SecurityInsightsAlertRuleTemplateData)
IPersistableModel<SecurityInsightsAlertRuleTemplateData>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

(Inherited from SecurityInsightsAlertRuleTemplateData)

Applies to