AzureHDInsightCluster Constructors

Definition

Overloads

AzureHDInsightCluster(Cluster)
AzureHDInsightCluster(Cluster, IDictionary<String,String>, IDictionary<String,String>)

AzureHDInsightCluster(Cluster)

public AzureHDInsightCluster (Microsoft.Azure.Management.HDInsight.Models.Cluster cluster);
new Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightCluster : Microsoft.Azure.Management.HDInsight.Models.Cluster -> Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightCluster
Public Sub New (cluster As Cluster)

Parameters

cluster
Cluster

Applies to

AzureHDInsightCluster(Cluster, IDictionary<String,String>, IDictionary<String,String>)

public AzureHDInsightCluster (Microsoft.Azure.Management.HDInsight.Models.Cluster cluster, System.Collections.Generic.IDictionary<string,string> clusterConfiguration, System.Collections.Generic.IDictionary<string,string> clusterIdentity);
new Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightCluster : Microsoft.Azure.Management.HDInsight.Models.Cluster * System.Collections.Generic.IDictionary<string, string> * System.Collections.Generic.IDictionary<string, string> -> Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightCluster
Public Sub New (cluster As Cluster, clusterConfiguration As IDictionary(Of String, String), clusterIdentity As IDictionary(Of String, String))

Parameters

cluster
Cluster
clusterConfiguration
IDictionary<String,String>
clusterIdentity
IDictionary<String,String>

Applies to