AzureHdInsightManagementClient.CreateNewCluster Method
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.
public virtual Microsoft.Azure.Management.HDInsight.Models.ClusterGetResponse CreateNewCluster (string resourceGroupName, string clusterName, Microsoft.Azure.Management.HDInsight.Models.ClusterCreateParameters parameters);
abstract member CreateNewCluster : string * string * Microsoft.Azure.Management.HDInsight.Models.ClusterCreateParameters -> Microsoft.Azure.Management.HDInsight.Models.ClusterGetResponse
override this.CreateNewCluster : string * string * Microsoft.Azure.Management.HDInsight.Models.ClusterCreateParameters -> Microsoft.Azure.Management.HDInsight.Models.ClusterGetResponse
Public Overridable Function CreateNewCluster (resourceGroupName As String, clusterName As String, parameters As ClusterCreateParameters) As ClusterGetResponse
Parameters
- resourceGroupName
- String
- clusterName
- String
- parameters
- ClusterCreateParameters
Returns
Microsoft.Azure.Management.HDInsight.Models.ClusterGetResponse