Share via


FusionAlertRuleProperties Class

Definition

Fusion alert rule base property bag.

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

Constructors

FusionAlertRuleProperties()

Creates an new FusionAlertRuleProperties 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 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 FusionAlertRuleProperties.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of FusionAlertRuleProperties.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of FusionAlertRuleProperties into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to