Share via


MlBehaviorAnalyticsAlertRuleProperties Class

Definition

MLBehaviorAnalytics alert rule base property bag.

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

Constructors

MlBehaviorAnalyticsAlertRuleProperties()

Creates an new MlBehaviorAnalyticsAlertRuleProperties instance.

Properties

AlertRuleTemplateName

The Name of the alert rule template used to create this rule.

Description

The description of the alert rule.

DisplayName

The display name for alerts created by this alert rule.

Enabled

Determines whether this alert rule is enabled or disabled.

LastModifiedUtc

The last time that this alert rule has been modified.

Severity

The severity for alerts created by this alert rule.

Tactic

The tactics of the alert rule

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of MlBehaviorAnalyticsAlertRuleProperties.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of MlBehaviorAnalyticsAlertRuleProperties.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of MlBehaviorAnalyticsAlertRuleProperties into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to