Condividi tramite


ClusterNodeType Struct

Definition

The node type of all the nodes of the cluster.

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

Fields

FirstParty
ThirdParty

Methods

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

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

Equals(ClusterNodeType)

Compares values of enum type ClusterNodeType

Equals(Object)

Compares values of enum type ClusterNodeType (override for Object)

GetHashCode()

Returns hashCode for enum ClusterNodeType

ToString()

Returns string representation for ClusterNodeType

Operators

Equality(ClusterNodeType, ClusterNodeType)

Overriding == operator for enum ClusterNodeType

Implicit(ClusterNodeType to String)

Implicit operator to convert ClusterNodeType to string

Implicit(String to ClusterNodeType)

Implicit operator to convert string to ClusterNodeType

Inequality(ClusterNodeType, ClusterNodeType)

Overriding != operator for enum ClusterNodeType

Applies to