AutomationRuleTriggeringLogic interface
Describes automation rule triggering logic.
Properties
conditions | The conditions to evaluate to determine if the automation rule should be triggered on a given object. |
expiration |
Determines when the automation rule should automatically expire and be disabled. |
is |
Determines whether the automation rule is enabled or disabled. |
triggers |
|
triggers |
Property Details
conditions
The conditions to evaluate to determine if the automation rule should be triggered on a given object.
conditions?: AutomationRuleConditionUnion[]
Property Value
expirationTimeUtc
Determines when the automation rule should automatically expire and be disabled.
expirationTimeUtc?: Date
Property Value
Date
isEnabled
Determines whether the automation rule is enabled or disabled.
isEnabled: boolean
Property Value
boolean
triggersOn
triggersOn: string
Property Value
string
triggersWhen
triggersWhen: string
Property Value
string
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for JavaScript