ClusterCreateParametersV2 Class

 

Note

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)

Inheritance Hierarchy

System.Object
  Microsoft.WindowsAzure.Management.HDInsight.ClusterCreateParametersV2

Syntax

public sealed class ClusterCreateParametersV2
public ref class ClusterCreateParametersV2 sealed 
[<Sealed>]
type ClusterCreateParametersV2 = class end
Public NotInheritable Class ClusterCreateParametersV2

Constructors

Name Description
System_CAPS_pubmethod ClusterCreateParametersV2()

Initializes a new instance of the ClusterCreateParameters class.

System_CAPS_pubmethod ClusterCreateParametersV2(ClusterCreateParameters)

Properties

Name Description
System_CAPS_pubproperty AdditionalStorageAccounts

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

System_CAPS_pubproperty ClusterSizeInNodes

Gets or sets the number of workernodes for the cluster.

System_CAPS_pubproperty ClusterType

Gets or sets the flavor for a cluster.

System_CAPS_pubproperty ConfigActions

Gets config actions for the cluster.

System_CAPS_pubproperty CoreConfiguration

Gets the core configuration of this HDInsight cluster.

System_CAPS_pubproperty CreateTimeout

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

System_CAPS_pubproperty DataNodeSize

Gets or sets the size of the Data Node.

System_CAPS_pubproperty 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.

System_CAPS_pubproperty 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.

System_CAPS_pubproperty 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.

System_CAPS_pubproperty HBaseConfiguration

Gets the HBase service configuration of this HDInsight cluster.

System_CAPS_pubproperty HdfsConfiguration

Gets the hdfs configuration of this HDInsight cluster.

System_CAPS_pubproperty HeadNodeSize

Gets or sets the size of the Head Node.

System_CAPS_pubproperty HiveConfiguration

Gets the hive configuration of this HDInsight cluster.

System_CAPS_pubproperty HiveMetastore

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

System_CAPS_pubproperty Location

Gets or sets the datacenter location for the cluster.

System_CAPS_pubproperty MapReduceConfiguration

Gets the map-reduce configuration of this HDInsight cluster.

System_CAPS_pubproperty Name

Gets or sets the Name of the cluster.

System_CAPS_pubproperty OozieConfiguration

Gets the core configuration of this HDInsight cluster.

System_CAPS_pubproperty OozieMetastore

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

System_CAPS_pubproperty OSType

Gets or sets the type of operating system installed on cluster nodes.

System_CAPS_pubproperty Password

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

System_CAPS_pubproperty RdpAccessExpiry

Gets or sets the expire DateTime for RDP access on the cluster.

System_CAPS_pubproperty RdpPassword

Gets or sets the password for RDP access to the cluster.

System_CAPS_pubproperty RdpUsername

Gets or sets the username for RDP access to the cluster.

System_CAPS_pubproperty SparkConfiguration

Gets the Spark service configuration of this HDInsight cluster.

System_CAPS_pubproperty SshPassword

Gets or sets SSH password.

System_CAPS_pubproperty SshPublicKey

Gets or sets the public key to be used for SSH.

System_CAPS_pubproperty SshUserName

Gets or sets SSH user name.

System_CAPS_pubproperty StormConfiguration

Gets the Storm service configuration of this HDInsight cluster.

System_CAPS_pubproperty SubnetName

Gets or sets the subnet name for this HDInsight cluster.

System_CAPS_pubproperty UserName

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

System_CAPS_pubproperty Version

Gets or sets the version of the HDInsight cluster.

System_CAPS_pubproperty VirtualNetworkId

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

System_CAPS_pubproperty YarnConfiguration

Gets the Yarn service configuration of this HDInsight cluster.

System_CAPS_pubproperty ZookeeperNodeSize

Gets or sets the size of the Zookeeper Node.

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_pubmethod ToString()

(Inherited from Object.)

Thread Safety

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

See Also

Microsoft.WindowsAzure.Management.HDInsight Namespace

Return to top