ClusterCreateParametersV2 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.
Object that encapsulates all the properties of a List Request.
public sealed class ClusterCreateParametersV2
type ClusterCreateParametersV2 = class
Public NotInheritable Class ClusterCreateParametersV2
- Inheritance
-
ClusterCreateParametersV2
Constructors
ClusterCreateParametersV2() |
Initializes a new instance of the ClusterCreateParameters class. |
ClusterCreateParametersV2(ClusterCreateParameters) |
Properties
AdditionalStorageAccounts |
Gets additional Azure Storage Account that you want to enable access to. |
ClusterSizeInNodes |
Gets or sets the number of workernodes for the cluster. |
ClusterType |
Gets or sets the flavor for a cluster. |
ConfigActions |
Gets config actions for the cluster. |
CoreConfiguration |
Gets the core configuration of this HDInsight cluster. |
CreateTimeout |
Gets or sets the timeout period for the SDK to wait when creating a cluster. |
DataNodeSize |
Gets or sets the size of the Data Node. |
DefaultStorageAccountKey |
Gets or sets the StorageKey for the default Azure Storage Account. This account will be used for schemaless paths and the cluster will leverage to store some cluster level files. |
DefaultStorageAccountName |
Gets or sets the StorageName for the default Azure Storage Account. This account will be used for schemaless paths and the cluster will leverage to store some cluster level files. |
DefaultStorageContainer |
Gets or sets the StorageContainer for the default Azure Storage Account. This account will be used for schemaless paths and the cluster will leverage to store some cluster level files. |
HBaseConfiguration |
Gets the HBase service configuration of this HDInsight cluster. |
HdfsConfiguration |
Gets the hdfs configuration of this HDInsight cluster. |
HeadNodeSize |
Gets or sets the size of the Head Node. |
HiveConfiguration |
Gets the hive configuration of this HDInsight cluster. |
HiveMetastore |
Gets or sets the database to store the metadata for Hive. |
Location |
Gets or sets the datacenter location for the cluster. |
MapReduceConfiguration |
Gets the map-reduce configuration of this HDInsight cluster. |
Name |
Gets or sets the Name of the cluster. |
OozieConfiguration |
Gets the core configuration of this HDInsight cluster. |
OozieMetastore |
Gets or sets the database to store the metadata for Oozie. |
OSType |
Gets or sets the type of operating system installed on cluster nodes. |
Password |
Gets or sets the password for the cluster's user. |
RdpAccessExpiry |
Gets or sets the expirt 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. |
SparkConfiguration |
Gets the Spark service configuration of this HDInsight cluster. |
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. |
StormConfiguration |
Gets the Storm service configuration of this HDInsight cluster. |
SubnetName |
Gets or sets the subnet name for this HDInsight cluster. |
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. |
YarnConfiguration |
Gets the Yarn service configuration of this HDInsight cluster. |
ZookeeperNodeSize |
Gets or sets the size of the Zookeeper Node. |