FabricUpgradeUpdateDescription Class

Definition

Used to modify the upgrade parameters describing the behavior cluster upgrades. See UpdateFabricUpgradeAsync(FabricUpgradeUpdateDescription).

public sealed class FabricUpgradeUpdateDescription : System.Fabric.Description.UpgradeUpdateDescriptionBase
type FabricUpgradeUpdateDescription = class
    inherit UpgradeUpdateDescriptionBase
Public NotInheritable Class FabricUpgradeUpdateDescription
Inherits UpgradeUpdateDescriptionBase
Inheritance
FabricUpgradeUpdateDescription

Constructors

FabricUpgradeUpdateDescription()

Creates an instance of the FabricUpgradeUpdateDescription class.

Properties

ApplicationHealthPolicyMap

Gets or sets the application health policies used to evaluate the applications health as part of the cluster health evaluation.

EnableDeltaHealthEvaluation

Gets or sets a flag indicating whether delta evaluation is enabled.

FailureAction

Gets or sets the new value of UpgradeFailureAction.

(Inherited from UpgradeUpdateDescriptionBase)
ForceRestart

Gets or sets the new value of ForceRestart.

(Inherited from UpgradeUpdateDescriptionBase)
HealthCheckRetryTimeout

Gets or sets the new value of HealthCheckRetryTimeout.

(Inherited from UpgradeUpdateDescriptionBase)
HealthCheckStableDuration

Gets or sets the new value of HealthCheckStableDuration.

(Inherited from UpgradeUpdateDescriptionBase)
HealthCheckWaitDuration

Gets or sets the new value of HealthCheckWaitDuration.

(Inherited from UpgradeUpdateDescriptionBase)
HealthPolicy

Gets or sets the HealthPolicy.

InstanceCloseDelayDuration

Gets or sets the new value of InstanceCloseDelayDuration.

(Inherited from UpgradeUpdateDescriptionBase)
UpgradeDomainTimeout

Gets or sets the new value of UpgradeDomainTimeout.

(Inherited from UpgradeUpdateDescriptionBase)
UpgradeHealthPolicy

Gets or sets the UpgradeHealthPolicy.

UpgradeMode

Gets or sets the new value of RollingUpgradeMode.

(Inherited from UpgradeUpdateDescriptionBase)
UpgradeReplicaSetCheckTimeout

Gets or sets the new value of UpgradeReplicaSetCheckTimeout.

(Inherited from UpgradeUpdateDescriptionBase)
UpgradeTimeout

Gets or sets the new value of UpgradeTimeout.

(Inherited from UpgradeUpdateDescriptionBase)

Applies to