ZonalUpdateMode Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
| Name | Description |
|---|---|
| ZonalUpdateMode(String) |
Initializes a new instance of ZonalUpdateMode. |
Properties
| Name | Description |
|---|---|
| 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
| Name | Description |
|---|---|
| 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
| Name | Description |
|---|---|
| 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. |