ArmRollingUpgradeMonitoringPolicy 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.
The policy used for monitoring the application upgrade
public class ArmRollingUpgradeMonitoringPolicy
type ArmRollingUpgradeMonitoringPolicy = class
Public Class ArmRollingUpgradeMonitoringPolicy
- Inheritance
-
ArmRollingUpgradeMonitoringPolicy
Constructors
ArmRollingUpgradeMonitoringPolicy() |
Initializes a new instance of the ArmRollingUpgradeMonitoringPolicy class. |
ArmRollingUpgradeMonitoringPolicy(String, String, String, String, String, String) |
Initializes a new instance of the ArmRollingUpgradeMonitoringPolicy class. |
Properties
FailureAction |
Gets or sets the activation Mode of the service package. Possible values include: 'Rollback', 'Manual' |
HealthCheckRetryTimeout |
Gets or sets 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. |
HealthCheckStableDuration |
Gets or sets 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. |
HealthCheckWaitDuration |
Gets or sets 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. |
UpgradeDomainTimeout |
Gets or sets 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. |
UpgradeTimeout |
Gets or sets 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. |
Applies to
Azure SDK for .NET