你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

AutomationRuleRunPlaybookAction Class

Definition

Describes an automation rule action to run a playbook

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

Constructors

AutomationRuleRunPlaybookAction()

Creates an new AutomationRuleRunPlaybookAction instance.

Properties

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

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.Api20210901Preview.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.

Validate(IEventListener)

Validates that this object meets the validation criteria.

Applies to