ClusterNodeType Struct

Definition

Specifies the type of hardware vendor for all nodes in the cluster. Indicates whether the nodes are provided by Microsoft or a third-party vendor.

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

Constructors

Name Description
ClusterNodeType(String)

Initializes a new instance of ClusterNodeType.

Properties

Name Description
FirstParty

All nodes in the cluster are provided and managed by Microsoft.

ThirdParty

All nodes in the cluster are provided and managed by a third-party vendor.

Methods

Name Description
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

Name Description
Equality(ClusterNodeType, ClusterNodeType)

Determines if two ClusterNodeType values are the same.

Implicit(String to ClusterNodeType)

Converts a string to a ClusterNodeType.

Implicit(String to Nullable<ClusterNodeType>)
Inequality(ClusterNodeType, ClusterNodeType)

Determines if two ClusterNodeType values are not the same.

Applies to