Compartir a través de


ClusterContinueUpdateVersionMachineGroupTargetingMode Struct

Definition

The mode by which the cluster will target the next grouping of servers to continue the update.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Support.ClusterContinueUpdateVersionMachineGroupTargetingModeTypeConverter))]
public struct ClusterContinueUpdateVersionMachineGroupTargetingMode : IEquatable<Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Support.ClusterContinueUpdateVersionMachineGroupTargetingMode>, System.Management.Automation.IArgumentCompleter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Support.ClusterContinueUpdateVersionMachineGroupTargetingModeTypeConverter))>]
type ClusterContinueUpdateVersionMachineGroupTargetingMode = struct
    interface IArgumentCompleter
Public Structure ClusterContinueUpdateVersionMachineGroupTargetingMode
Implements IArgumentCompleter, IEquatable(Of ClusterContinueUpdateVersionMachineGroupTargetingMode)
Inheritance
ClusterContinueUpdateVersionMachineGroupTargetingMode
Attributes
Implements

Fields

AlphaByRack

Methods

CompleteArgument(String, String, String, CommandAst, IDictionary)

Implementations of this function are called by PowerShell to complete arguments.

Equals(ClusterContinueUpdateVersionMachineGroupTargetingMode)

Compares values of enum type ClusterContinueUpdateVersionMachineGroupTargetingMode

Equals(Object)

Compares values of enum type ClusterContinueUpdateVersionMachineGroupTargetingMode (override for Object)

GetHashCode()

Returns hashCode for enum ClusterContinueUpdateVersionMachineGroupTargetingMode

ToString()

Returns string representation for ClusterContinueUpdateVersionMachineGroupTargetingMode

Operators

Equality(ClusterContinueUpdateVersionMachineGroupTargetingMode, ClusterContinueUpdateVersionMachineGroupTargetingMode)

Overriding == operator for enum ClusterContinueUpdateVersionMachineGroupTargetingMode

Implicit(ClusterContinueUpdateVersionMachineGroupTargetingMode to String)

Implicit operator to convert ClusterContinueUpdateVersionMachineGroupTargetingMode to string

Implicit(String to ClusterContinueUpdateVersionMachineGroupTargetingMode)

Implicit operator to convert string to ClusterContinueUpdateVersionMachineGroupTargetingMode

Inequality(ClusterContinueUpdateVersionMachineGroupTargetingMode, ClusterContinueUpdateVersionMachineGroupTargetingMode)

Overriding != operator for enum ClusterContinueUpdateVersionMachineGroupTargetingMode

Applies to