Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface AlertRuleResourcePatch

Package version

The alert rule object for patch operations.

Hierarchy

  • AlertRuleResourcePatch

Index

Properties

Optional actions

actions: RuleActionUnion[]

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

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.

isEnabled

isEnabled: boolean

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.

name

name: string

the name of the alert rule.

Optional tags

tags: undefined | object

Resource tags

Generated using TypeDoc