Aracılığıyla paylaş


AzureHdInsightManagementClient.CreateNewCluster Method

Definition

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

Returns

Microsoft.Azure.Management.HDInsight.Models.ClusterGetResponse

Applies to