ActivityLogAlertCriteriaResourceHealth

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

Constructors

Link copied to clipboard
constructor(currents: List<String>? = null, previouses: List<String>? = null, reasons: List<String>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val currents: 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: 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: 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.