ClusterCreateParameters Class

 

Updated: October 25, 2013

System_CAPS_noteNote

This version of the HDInsight .NET SDK is deprecated and will be removed by January 1, 2017. You are encouraged to use the newer ARM-based version of HDInsight .NET SDK going forward. For instructions on how to use the new HDInsight .NET SDK to create a cluster, see Create HDInsight Linux clusters using .NET SDK. For instructions on how to submit jobs using the new .NET SDK and other approaches, see Submit jobs to an HDInsight cluster. The HDInsight SDK reference for the newer version is available at HDInsight .NET SDK Reference.

Object that encapsulates all the properties of a List Request.

Namespace:   Microsoft.WindowsAzure.Management.HDInsight
Assembly:  Microsoft.WindowsAzure.Management.HDInsight (in Microsoft.WindowsAzure.Management.HDInsight.dll)

System.Object
  Microsoft.WindowsAzure.Management.HDInsight.ClusterCreateParameters

public sealed class ClusterCreateParameters

NameDescription
System_CAPS_pubmethodClusterCreateParameters()

Initializes a new instance of the ClusterCreateParameters class.

NameDescription
System_CAPS_pubpropertyAdditionalStorageAccounts

Gets additional Azure Storage Account that you want to enable access to.

System_CAPS_pubpropertyClusterSizeInNodes

Gets or sets the number of workernodes for the cluster.

System_CAPS_pubpropertyClusterType

Gets or sets the flavor for a cluster.

System_CAPS_pubpropertyConfigActions

Gets config actions for the cluster.

System_CAPS_pubpropertyCoreConfiguration

Gets the core configuration of this HDInsight cluster.

System_CAPS_pubpropertyCreateTimeout

Gets or sets the timeout period for the SDK to wait when creating a cluster.

System_CAPS_pubpropertyDefaultStorageAccountKey

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.

System_CAPS_pubpropertyDefaultStorageAccountName

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.

System_CAPS_pubpropertyDefaultStorageContainer

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.

System_CAPS_pubpropertyHBaseConfiguration

Gets the HBase service configuration of this HDInsight cluster.

System_CAPS_pubpropertyHdfsConfiguration

Gets the HDFS configuration of this HDInsight cluster.

System_CAPS_pubpropertyHeadNodeSize

Gets or sets the size of the Head Node.

System_CAPS_pubpropertyHiveConfiguration

Gets the hive configuration of this HDInsight cluster.

System_CAPS_pubpropertyHiveMetastore

Gets or sets the database to store the metadata for Hive.

System_CAPS_pubpropertyLocation

Gets or sets the datacenter location for the cluster.

System_CAPS_pubpropertyMapReduceConfiguration

Gets the Map-Reduce configuration of this HDInsight cluster.

System_CAPS_pubpropertyName

Gets or sets the name of the cluster.

System_CAPS_pubpropertyOozieConfiguration

Gets the core configuration of this HDInsight cluster.

System_CAPS_pubpropertyOozieMetastore

Gets or sets the database to store the metadata for Oozie.

System_CAPS_pubpropertyPassword

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

System_CAPS_pubpropertyStormConfiguration

Gets the Storm service configuration of this HDInsight cluster.

System_CAPS_pubpropertySubnetName

Gets or sets the subnet name for this HDInsight cluster.

System_CAPS_pubpropertyUserName

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

System_CAPS_pubpropertyVersion

Gets or sets the version of the HDInsight cluster.

System_CAPS_pubpropertyVirtualNetworkId

Gets or sets the virtual network guid for this HDInsight cluster.

System_CAPS_pubpropertyYarnConfiguration

Gets the Yarn service configuration of this HDInsight cluster.

NameDescription
System_CAPS_pubmethodEquals(Object)

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: