Share via


ArmUpgradeFailureAction Struct

Definition

The activation Mode of the service package.

public readonly struct ArmUpgradeFailureAction : IEquatable<Azure.ResourceManager.ServiceFabric.Models.ArmUpgradeFailureAction>
type ArmUpgradeFailureAction = struct
Public Structure ArmUpgradeFailureAction
Implements IEquatable(Of ArmUpgradeFailureAction)
Inheritance
ArmUpgradeFailureAction
Implements

Constructors

ArmUpgradeFailureAction(String)

Initializes a new instance of ArmUpgradeFailureAction.

Properties

Manual

Indicates that a manual repair will need to be performed by the administrator if the upgrade fails. Service Fabric will not proceed to the next upgrade domain automatically.

Rollback

Indicates that a rollback of the upgrade will be performed by Service Fabric if the upgrade fails.

Methods

Equals(ArmUpgradeFailureAction)

Indicates whether the current object is equal to another object of the same type.

ToString()

Returns the fully qualified type name of this instance.

Operators

Equality(ArmUpgradeFailureAction, ArmUpgradeFailureAction)

Determines if two ArmUpgradeFailureAction values are the same.

Implicit(String to ArmUpgradeFailureAction)

Converts a string to a ArmUpgradeFailureAction.

Inequality(ArmUpgradeFailureAction, ArmUpgradeFailureAction)

Determines if two ArmUpgradeFailureAction values are not the same.

Applies to