ClusterCreateParameters Class
Updated: October 25, 2013
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.
Assembly: Microsoft.WindowsAzure.Management.HDInsight (in Microsoft.WindowsAzure.Management.HDInsight.dll)
| Name | Description | |
|---|---|---|
![]() | ClusterCreateParameters() | Initializes a new instance of the ClusterCreateParameters class. |
| Name | Description | |
|---|---|---|
![]() | 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. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object) | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | ToString() | (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.
.jpeg?cs-save-lang=1&cs-lang=csharp)
.jpeg?cs-save-lang=1&cs-lang=csharp)
.jpeg?cs-save-lang=1&cs-lang=csharp)