IHDInsightAsyncClient.CreateClusterAsync Method

Definition

Overloads

CreateClusterAsync(ClusterCreateParameters)
Obsolete.

Submits a request to create an HDInsight cluster and waits for it to complete.

CreateClusterAsync(ClusterCreateParametersV2)

Submits a request to create an HDInsight cluster and waits for it to complete.

CreateClusterAsync(ClusterCreateParameters)

Caution

ClusterCreateParameters is deprecated. Please use ClusterCreateParametersV2 for creating clusters in HdInsight.

Submits a request to create an HDInsight cluster and waits for it to complete.

[System.Obsolete("ClusterCreateParameters is deprecated. Please use ClusterCreateParametersV2 for creating clusters in HdInsight.")]
public System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.HDInsight.ClusterDetails> CreateClusterAsync (Microsoft.WindowsAzure.Management.HDInsight.ClusterCreateParameters clusterCreateParameters);
[<System.Obsolete("ClusterCreateParameters is deprecated. Please use ClusterCreateParametersV2 for creating clusters in HdInsight.")>]
abstract member CreateClusterAsync : Microsoft.WindowsAzure.Management.HDInsight.ClusterCreateParameters -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.HDInsight.ClusterDetails>
Public Function CreateClusterAsync (clusterCreateParameters As ClusterCreateParameters) As Task(Of ClusterDetails)

Parameters

clusterCreateParameters
ClusterCreateParameters

Request object that encapsulates all the configurations.

Returns

Object that will manage the deployment and returns an object that represents the HDInsight Cluster created.

Attributes

Applies to

CreateClusterAsync(ClusterCreateParametersV2)

Submits a request to create an HDInsight cluster and waits for it to complete.

public System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.HDInsight.ClusterDetails> CreateClusterAsync (Microsoft.WindowsAzure.Management.HDInsight.ClusterCreateParametersV2 clusterCreateParameters);
abstract member CreateClusterAsync : Microsoft.WindowsAzure.Management.HDInsight.ClusterCreateParametersV2 -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.HDInsight.ClusterDetails>
Public Function CreateClusterAsync (clusterCreateParameters As ClusterCreateParametersV2) As Task(Of ClusterDetails)

Parameters

clusterCreateParameters
ClusterCreateParametersV2

Request object that encapsulates all the configurations.

Returns

Object that will manage the deployment and returns an object that represents the HDInsight Cluster created.

Applies to