RollingUpgradeMonitoringPolicy Class

Definition

Represents a class to encapsulate a rolling upgrade monitoring policy.

public class RollingUpgradeMonitoringPolicy
type RollingUpgradeMonitoringPolicy = class
Public Class RollingUpgradeMonitoringPolicy
Inheritance
RollingUpgradeMonitoringPolicy

Constructors

RollingUpgradeMonitoringPolicy()

Initializes a new instance of the RollingUpgradeMonitoringPolicy class.

Properties

FailureAction

Gets or sets the action to take if an upgrade fails. The default is Invalid.

HealthCheckRetryTimeout

Gets or sets the length of time that health checks can fail continuously before the upgrade fails and the action specified by FailureAction occurs.

HealthCheckStableDuration

Gets or sets the length of time that health checks must pass continuously before the upgrade proceeds to the next upgrade domain.

HealthCheckWaitDuration

Gets or sets the length of time to wait after completing an upgrade domain before performing health checks.

UpgradeDomainTimeout

Gets or sets the length of time that the processing of any upgrade domain can take before the upgrade fails and the action specified by FailureAction occurs.

UpgradeTimeout

Gets or sets the length of time that the overall upgrade can take before the upgrade fails and the action specified by FailureAction occurs.

Applies to