AutomationRuleActionPlaybookArgs

data class AutomationRuleActionPlaybookArgs(val logicAppId: Output<String>, val order: Output<Int>, val tenantId: Output<String>? = null) : ConvertibleToJava<AutomationRuleActionPlaybookArgs>

Constructors

Link copied to clipboard
constructor(logicAppId: Output<String>, order: Output<Int>, tenantId: Output<String>? = null)

Properties

Link copied to clipboard
val logicAppId: Output<String>

The ID of the Logic App that defines the playbook's logic.

Link copied to clipboard
val order: Output<Int>

The execution order of this action.

Link copied to clipboard
val tenantId: Output<String>? = null

The ID of the Tenant that owns the playbook.

Functions

Link copied to clipboard
open override fun toJava(): AutomationRuleActionPlaybookArgs