Bagikan melalui


VmssZonalUpgradeMode Struct

Definition

This property defines the upgrade mode for the virtual machine scale set, it is mandatory if a node type with multiple Availability Zones is added.

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

Constructors

VmssZonalUpgradeMode(String)

Initializes a new instance of VmssZonalUpgradeMode.

Properties

Hierarchical

VMs are grouped to reflect the zonal distribution in up to 15 UDs. Each of the three zones has five UDs. This ensures that the zones are updated one at a time, moving to next zone only after completing five UDs within the first zone.

Parallel

Updates will happen in all Availability Zones at once for the virtual machine scale sets.

Methods

Equals(VmssZonalUpgradeMode)

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

Determines if two VmssZonalUpgradeMode values are the same.

Implicit(String to VmssZonalUpgradeMode)

Converts a string to a VmssZonalUpgradeMode.

Inequality(VmssZonalUpgradeMode, VmssZonalUpgradeMode)

Determines if two VmssZonalUpgradeMode values are not the same.

Applies to