Share via


MlBehaviorAnalyticsAlertRuleTemplateProperties Class

Definition

MLBehaviorAnalytics alert rule template properties.

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

Constructors

MlBehaviorAnalyticsAlertRuleTemplateProperties()

Creates an new MlBehaviorAnalyticsAlertRuleTemplateProperties 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

Severity

The severity for alerts created by this alert rule.

Status

The alert rule template status.

Tactic

The tactics of the alert rule template.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of MlBehaviorAnalyticsAlertRuleTemplateProperties.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of MlBehaviorAnalyticsAlertRuleTemplateProperties.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of MlBehaviorAnalyticsAlertRuleTemplateProperties into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Validate(IEventListener)

Validates that this object meets the validation criteria.

Applies to