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

NrtAlertRuleTemplateProperties Class

Definition

NRT alert rule template properties

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.NrtAlertRuleTemplatePropertiesTypeConverter))]
public class NrtAlertRuleTemplateProperties : Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.INrtAlertRuleTemplateProperties, Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.NrtAlertRuleTemplatePropertiesTypeConverter))>]
type NrtAlertRuleTemplateProperties = class
    interface INrtAlertRuleTemplateProperties
    interface IJsonSerializable
    interface IAlertRuleTemplatePropertiesBase
    interface IQueryBasedAlertRuleTemplateProperties
    interface IValidates
Public Class NrtAlertRuleTemplateProperties
Implements INrtAlertRuleTemplateProperties, IValidates
Inheritance
NrtAlertRuleTemplateProperties
Attributes
Implements

Constructors

NrtAlertRuleTemplateProperties()

Creates an new NrtAlertRuleTemplateProperties instance.

Properties

AlertDetailOverrideAlertDescriptionFormat

the format containing columns name(s) to override the alert description

AlertDetailOverrideAlertDisplayNameFormat

the format containing columns name(s) to override the alert name

AlertDetailOverrideAlertSeverityColumnName

the column name to take the alert severity from

AlertDetailOverrideAlertTacticsColumnName

the column name to take the alert tactics from

AlertDetailsOverride

The alert details override settings

AlertRulesCreatedByTemplateCount

the number of alert rules that were created by this template

CreatedDateUtc

The time that this alert rule template has been added.

CustomDetail

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.

EntityMapping

Array of the entity mappings of the alert rule

LastUpdatedDateUtc

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

Query

The query that creates alerts for this rule.

RequiredDataConnector

The required data sources for this template

Severity

The severity for alerts created by this alert rule.

Status

The alert rule template status.

Tactic

The tactics of the alert rule

Version

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of NrtAlertRuleTemplateProperties.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of NrtAlertRuleTemplateProperties.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of NrtAlertRuleTemplateProperties into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Validate(IEventListener)

Validates that this object meets the validation criteria.

Applies to