Share via


AutomationRuleProperties Class

Definition

Describes automation rule properties

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

Constructors

AutomationRuleProperties()

Creates an new AutomationRuleProperties instance.

Properties

Action

The actions to execute when the automation rule is triggered

CreatedByEmail

The email of the client.

CreatedByName

The name of the client.

CreatedByObjectId

The object id of the client.

CreatedByUserPrincipalName

The user principal name of the client.

CreatedTimeUtc

The time the automation rule was created

DisplayName

The display name of the automation rule

LastModifiedByEmail

The email of the client.

LastModifiedByName

The name of the client.

LastModifiedByObjectId

The object id of the client.

LastModifiedByUserPrincipalName

The user principal name of the client.

LastModifiedTimeUtc

The last time the automation rule was updated

Order

The order of execution of the automation rule

TriggeringLogicCondition

The conditions to evaluate to determine if the automation rule should be triggered on a given object

TriggeringLogicExpirationTimeUtc

Determines when the automation rule should automatically expire and be disabled.

TriggeringLogicIsEnabled

Determines whether the automation rule is enabled or disabled.

TriggeringLogicTriggersOn

The type of object the automation rule triggers on

TriggeringLogicTriggersWhen

The type of event the automation rule triggers on

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of AutomationRuleProperties.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of AutomationRuleProperties.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of AutomationRuleProperties into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to