ArmRollingUpgradeMonitoringPolicyResponse

data class ArmRollingUpgradeMonitoringPolicyResponse(val failureAction: String? = null, val healthCheckRetryTimeout: String? = null, val healthCheckStableDuration: String? = null, val healthCheckWaitDuration: String? = null, val upgradeDomainTimeout: String? = null, val upgradeTimeout: String? = null)

The policy used for monitoring the application upgrade

Constructors

constructor(failureAction: String? = null, healthCheckRetryTimeout: String? = null, healthCheckStableDuration: String? = null, healthCheckWaitDuration: String? = null, upgradeDomainTimeout: String? = null, upgradeTimeout: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val failureAction: String? = null

The activation Mode of the service package

Link copied to clipboard

The amount of time to retry health evaluation when the application or cluster is unhealthy before FailureAction is executed. It is first interpreted as a string representing an ISO 8601 duration. If that fails, then it is interpreted as a number representing the total number of milliseconds.

Link copied to clipboard

The amount of time that the application or cluster must remain healthy before the upgrade proceeds to the next upgrade domain. It is first interpreted as a string representing an ISO 8601 duration. If that fails, then it is interpreted as a number representing the total number of milliseconds.

Link copied to clipboard

The amount of time to wait after completing an upgrade domain before applying health policies. It is first interpreted as a string representing an ISO 8601 duration. If that fails, then it is interpreted as a number representing the total number of milliseconds.

Link copied to clipboard

The amount of time each upgrade domain has to complete before FailureAction is executed. It is first interpreted as a string representing an ISO 8601 duration. If that fails, then it is interpreted as a number representing the total number of milliseconds.

Link copied to clipboard
val upgradeTimeout: String? = null

The amount of time the overall upgrade has to complete before FailureAction is executed. It is first interpreted as a string representing an ISO 8601 duration. If that fails, then it is interpreted as a number representing the total number of milliseconds.