ClusterCreateParameters Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public class ClusterCreateParameters
type ClusterCreateParameters = class
Public Class ClusterCreateParameters
- Inheritance
-
ClusterCreateParameters
Constructors
ClusterCreateParameters() |
Initializes a new instance of the ClusterCreateParameters class. |
ClusterCreateParameters(ClusterCreateParameters) |
Properties
AdditionalStorageAccounts |
Gets additional Azure Blob Storage Account that you want to enable access to. |
ClusterIdentity |
Gets or sets the managed identity of the cluster. |
ClusterSizeInNodes |
Gets or sets the number of workernodes for the cluster. |
ClusterTier |
Gets or sets the cluster tier. |
ClusterType |
Gets or sets the flavor for a cluster. |
ComponentVersion |
Gets or sets the component versions for each service in this HDInsight cluster. |
Configurations |
Gets the configurations of this HDInsight cluster. |
DefaultStorageInfo |
The information for default storage account for the cluster. This account will be used for schemaless paths and the cluster will leverage to store some cluster level files. |
DiskEncryptionProperties |
Gets or sets the disk encryption properties. |
EdgeNodeSize |
Gets or sets the size of the Edge Node. |
HeadNodeSize |
Gets or sets the size of the Head Node. |
HiveMetastore |
Gets or sets the database to store the metadata for Hive. |
Location |
Gets or sets the datacenter location for the cluster. |
OozieMetastore |
Gets or sets the database to store the metadata for Oozie. |
Password |
Gets or sets the password for the cluster's user. |
Principal |
Gets or sets the prinicipal to be used for getting OAuth2 token to access Azure DataLake (ADL) |
RdpAccessExpiry |
Gets or sets the expiry DateTime for RDP access on the cluster. |
RdpPassword |
Gets or sets the password for RDP access to the cluster. |
RdpUsername |
Gets or sets the username for RDP access to the cluster. |
ScriptActions |
Gets config actions for the cluster. |
SecurityProfile |
Gets or sets the security profile to be used for creating secure clusters. |
SshPassword |
Gets or sets SSH password. |
SshPublicKey |
Gets or sets the public key to be used for SSH. |
SshUserName |
Gets or sets SSH user name. |
SubnetName |
Gets or sets the subnet name for this HDInsight cluster. |
Tags |
Gets or sets the tags. |
UserName |
Gets or sets the login for the cluster's user. |
Version |
Gets or sets the version of the HDInsight cluster. |
VirtualNetworkId |
Gets or sets the virtual network guid for this HDInsight cluster. |
WorkerNodeDataDisksGroups |
Gets or sets the worker node datadisksgroupproperties for worker nodes. Required For Kafka clusters only |
WorkerNodeSize |
Gets or sets the size of the Data Node. |
ZookeeperNodeSize |
Gets or sets the size of the Zookeeper Node. |
Applies to
Azure SDK for .NET