UpgradeUpdateDescriptionBase 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 the abstract base class for ApplicationUpgradeUpdateDescription and FabricUpgradeUpdateDescription. This class can be used to modify the upgrade parameters describing the behavior of the application or cluster upgrades. Visit UpdateApplicationUpgradeAsync(ApplicationUpgradeUpdateDescription) and UpdateFabricUpgradeAsync(FabricUpgradeUpdateDescription) to see the usage.
public abstract class UpgradeUpdateDescriptionBase
type UpgradeUpdateDescriptionBase = class
Public MustInherit Class UpgradeUpdateDescriptionBase
- Inheritance
-
UpgradeUpdateDescriptionBase
- Derived
Constructors
UpgradeUpdateDescriptionBase() |
Initializes a new instance of the UpgradeUpdateDescriptionBase class. |
Properties
FailureAction |
Gets or sets the new value of UpgradeFailureAction. |
ForceRestart |
Gets or sets the new value of ForceRestart. |
HealthCheckRetryTimeout |
Gets or sets the new value of HealthCheckRetryTimeout. |
HealthCheckStableDuration |
Gets or sets the new value of HealthCheckStableDuration. |
HealthCheckWaitDuration |
Gets or sets the new value of HealthCheckWaitDuration. |
InstanceCloseDelayDuration |
Gets or sets the new value of InstanceCloseDelayDuration. |
UpgradeDomainTimeout |
Gets or sets the new value of UpgradeDomainTimeout. |
UpgradeMode |
Gets or sets the new value of RollingUpgradeMode. |
UpgradeReplicaSetCheckTimeout |
Gets or sets the new value of UpgradeReplicaSetCheckTimeout. |
UpgradeTimeout |
Gets or sets the new value of UpgradeTimeout. |
Applies to
Azure SDK for .NET