Share via


AlertRuleTemplatePropertiesBase Class

Definition

Base alert rule template property bag.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.AlertRuleTemplatePropertiesBaseTypeConverter))]
public class AlertRuleTemplatePropertiesBase : Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IAlertRuleTemplatePropertiesBase
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.AlertRuleTemplatePropertiesBaseTypeConverter))>]
type AlertRuleTemplatePropertiesBase = class
    interface IAlertRuleTemplatePropertiesBase
    interface IJsonSerializable
Public Class AlertRuleTemplatePropertiesBase
Implements IAlertRuleTemplatePropertiesBase
Inheritance
AlertRuleTemplatePropertiesBase
Attributes
Implements

Constructors

AlertRuleTemplatePropertiesBase()

Creates an new AlertRuleTemplatePropertiesBase instance.

Properties

AlertRulesCreatedByTemplateCount

the number of alert rules that were created by this template

CreatedDateUtc

The time that this alert rule template has been added.

Description

The description of the alert rule template.

DisplayName

The display name for alert rule template.

LastUpdatedDateUtc

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

RequiredDataConnector

The required data sources for this template

Status

The alert rule template status.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of AlertRuleTemplatePropertiesBase.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of AlertRuleTemplatePropertiesBase.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of AlertRuleTemplatePropertiesBase into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to