ClusterCreateParameters Class

Definition

Object that encapsulates all the properties of a List Request.

public sealed class ClusterCreateParameters
type ClusterCreateParameters = class
Public NotInheritable Class ClusterCreateParameters
Inheritance
ClusterCreateParameters

Constructors

ClusterCreateParameters()

Initializes a new instance of the ClusterCreateParameters class.

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.

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.

Password

Gets or sets the password for the cluster's user.

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.

Applies to