Share via


ApplicationRollingUpgradeMode Struct

Definition

The mode used to monitor health during a rolling upgrade. The values are UnmonitoredAuto, UnmonitoredManual, and Monitored.

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

Constructors

ApplicationRollingUpgradeMode(String)

Initializes a new instance of ApplicationRollingUpgradeMode.

Properties

Invalid

Indicates the upgrade mode is invalid. All Service Fabric enumerations have the invalid type. The value is zero.

Monitored

The upgrade will stop after completing each upgrade domain and automatically monitor health before proceeding. The value is 3.

UnmonitoredAuto

The upgrade will proceed automatically without performing any health monitoring. The value is 1.

UnmonitoredManual

The upgrade will stop after completing each upgrade domain, giving the opportunity to manually monitor health before proceeding. The value is 2.

Methods

Equals(ApplicationRollingUpgradeMode)

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(ApplicationRollingUpgradeMode, ApplicationRollingUpgradeMode)

Determines if two ApplicationRollingUpgradeMode values are the same.

Implicit(String to ApplicationRollingUpgradeMode)

Converts a string to a ApplicationRollingUpgradeMode.

Inequality(ApplicationRollingUpgradeMode, ApplicationRollingUpgradeMode)

Determines if two ApplicationRollingUpgradeMode values are not the same.

Applies to