ApplicationUpgradeUpdateDescription Class

Definition

Used to modify the upgrade parameters describing the behavior of application upgrades. See UpdateApplicationUpgradeAsync(ApplicationUpgradeUpdateDescription).

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

Constructors

ApplicationUpgradeUpdateDescription()

Creates an instance of the ApplicationUpgradeUpdateDescription class.

Properties

ApplicationName

Gets or sets the name of the application with a current upgrade to modify.

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 new value of 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)
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