ClusterNodeType Enum

Definition

A list of roles in a HDInsight Hadoop cluster to run config action on.

public enum ClusterNodeType
type ClusterNodeType = 
Public Enum ClusterNodeType
Inheritance
ClusterNodeType

Fields

DataNode 1

The datanodes of the cluster.

HeadNode 0

The headnodes of the cluster.

ZookeperNode 2

The zookerper nodes of the cluster.

Applies to