Share via


AutomationRuleRunPlaybookActionConfiguration Class

Definition

The configuration of the run playbook automation rule action

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

Constructors

AutomationRuleRunPlaybookActionConfiguration()

Creates an new AutomationRuleRunPlaybookActionConfiguration instance.

Properties

LogicAppResourceId

The resource id of the playbook resource

TenantId

The tenant id of the playbook resource

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of AutomationRuleRunPlaybookActionConfiguration.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of AutomationRuleRunPlaybookActionConfiguration.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of AutomationRuleRunPlaybookActionConfiguration into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to