AzureHDInsightCluster Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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>