ZonalUpdateMode Struct

Definition

Indicates the update mode for Cross Az clusters.

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

Constructors

ZonalUpdateMode(String)

Initializes a new instance of ZonalUpdateMode.

Properties

Fast

The cluster will use a maximum of 3 upgrade domains per zone instead of 5 for Cross Az Node types for faster deployments.

Standard

The cluster will use 5 upgrade domains for Cross Az Node types.

Methods

Equals(ZonalUpdateMode)

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

Determines if two ZonalUpdateMode values are the same.

Implicit(String to ZonalUpdateMode)

Converts a string to a ZonalUpdateMode.

Inequality(ZonalUpdateMode, ZonalUpdateMode)

Determines if two ZonalUpdateMode values are not the same.

Applies to