AutomationRuleRunPlaybookAction Class

Definition

Describes an automation rule action to run a playbook

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.AutomationRuleRunPlaybookActionTypeConverter))]
public class AutomationRuleRunPlaybookAction : Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.IAutomationRuleRunPlaybookAction, Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.AutomationRuleRunPlaybookActionTypeConverter))>]
type AutomationRuleRunPlaybookAction = class
    interface IAutomationRuleRunPlaybookAction
    interface IJsonSerializable
    interface IAutomationRuleAction
    interface IValidates
Public Class AutomationRuleRunPlaybookAction
Implements IAutomationRuleRunPlaybookAction, IValidates
Inheritance
AutomationRuleRunPlaybookAction
Attributes
Implements

Constructors

Name Description
AutomationRuleRunPlaybookAction()

Creates an new AutomationRuleRunPlaybookAction instance.

Properties

Name Description
ActionConfigurationLogicAppResourceId

The resource id of the playbook resource

ActionConfigurationTenantId

The tenant id of the playbook resource

ActionType

The type of the automation rule action

Order

The order of execution of the automation rule action

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of AutomationRuleRunPlaybookAction.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of AutomationRuleRunPlaybookAction.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of AutomationRuleRunPlaybookAction into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()
Validate(IEventListener)

Validates that this object meets the validation criteria.

Applies to