Freigeben über


RuntimeUpgradeKind Struct

Definition

Cluster level definition for the kind of upgrade.

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

Constructors

Name Description
RuntimeUpgradeKind(String)

Initializes a new instance of RuntimeUpgradeKind.

Properties

Name Description
Rolling

The upgrade progresses one upgrade domain at a time.

Methods

Name Description
Equals(RuntimeUpgradeKind)

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

Name Description
Equality(RuntimeUpgradeKind, RuntimeUpgradeKind)

Determines if two RuntimeUpgradeKind values are the same.

Implicit(String to RuntimeUpgradeKind)

Converts a String to a RuntimeUpgradeKind.

Inequality(RuntimeUpgradeKind, RuntimeUpgradeKind)

Determines if two RuntimeUpgradeKind values are not the same.

Applies to