Share via


ClusterNodeType Struct

Definition

The node type of all the nodes of the cluster.

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

Constructors

ClusterNodeType(String)

Initializes a new instance of ClusterNodeType.

Properties

FirstParty

FirstParty.

ThirdParty

ThirdParty.

Methods

Equals(ClusterNodeType)

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

Determines if two ClusterNodeType values are the same.

Implicit(String to ClusterNodeType)

Converts a string to a ClusterNodeType.

Inequality(ClusterNodeType, ClusterNodeType)

Determines if two ClusterNodeType values are not the same.

Applies to