UpgradeUpdateDescriptionBase.FailureAction Property

Definition

Gets or sets the new value of UpgradeFailureAction.

public System.Fabric.UpgradeFailureAction? FailureAction { get; set; }
member this.FailureAction : Nullable<System.Fabric.UpgradeFailureAction> with get, set
Public Property FailureAction As Nullable(Of UpgradeFailureAction)

Property Value

The new value of UpgradeFailureAction.

Applies to