ActivityLogAlertCriteriaResourceHealthArgs

data class ActivityLogAlertCriteriaResourceHealthArgs(val currents: Output<List<String>>? = null, val previouses: Output<List<String>>? = null, val reasons: Output<List<String>>? = null) : ConvertibleToJava<ActivityLogAlertCriteriaResourceHealthArgs>

Constructors

constructor(currents: Output<List<String>>? = null, previouses: Output<List<String>>? = null, reasons: Output<List<String>>? = null)

Properties

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

The current resource health statuses that will log an alert. Possible values are Available, Degraded, Unavailable and Unknown.

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

The previous resource health statuses that will log an alert. Possible values are Available, Degraded, Unavailable and Unknown.

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

The reason that will log an alert. Possible values are PlatformInitiated (such as a problem with the resource in an affected region of an Azure incident), UserInitiated (such as a shutdown request of a VM) and Unknown.

Functions

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