RollingUpgradeMonitoringPolicy Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Azure SDK for .NET