Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface AlertRuleResourcePatch

Package version

The alert rule object for patch operations.

Hierarchy

  • AlertRuleResourcePatch

Index

Properties

Optional action

action that is performed when the alert rule becomes active, and when an alert condition is resolved.

Optional actions

actions: RuleActionUnion[]

the array of actions that are performed when the alert rule becomes active, and when an alert condition is resolved.

Optional condition

the condition that results in the alert rule being activated.

Optional description

description: undefined | string

the description of the alert rule that will be included in the alert email.

Optional isEnabled

isEnabled: undefined | false | true

the flag that indicates whether the alert rule is enabled.

Optional lastUpdatedTime

lastUpdatedTime: Date

Last time the rule was updated in ISO8601 format. NOTE: This property will not be serialized. It can only be populated by the server.

Optional name

name: undefined | string

the name of the alert rule.

Optional provisioningState

provisioningState: undefined | string

the provisioning state.

Optional tags

tags: undefined | {}

Resource tags

Generated using TypeDoc