ClustersOperationsExtensions.Create Methode

Definition

Überlädt

Create(IClustersOperations, String, String, ClusterCreateParameters)

Erstellt einen neuen HDInsight-Cluster mit den angegebenen Parametern.

Create(IClustersOperations, String, String, ClusterCreateParametersExtended)

Erstellt einen neuen HDInsight-Cluster mit den angegebenen Parametern.

Create(IClustersOperations, String, String, ClusterCreateParameters)

Erstellt einen neuen HDInsight-Cluster mit den angegebenen Parametern.

public static Microsoft.Azure.Management.HDInsight.Models.Cluster Create (this Microsoft.Azure.Management.HDInsight.IClustersOperations operations, string resourceGroupName, string clusterName, Microsoft.Azure.Management.HDInsight.Models.ClusterCreateParameters parameters);
static member Create : Microsoft.Azure.Management.HDInsight.IClustersOperations * string * string * Microsoft.Azure.Management.HDInsight.Models.ClusterCreateParameters -> Microsoft.Azure.Management.HDInsight.Models.Cluster
<Extension()>
Public Function Create (operations As IClustersOperations, resourceGroupName As String, clusterName As String, parameters As ClusterCreateParameters) As Cluster

Parameter

operations
IClustersOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

resourceGroupName
String

Der Name der Ressourcengruppe.

clusterName
String

Der Name des Clusters.

parameters
ClusterCreateParameters

Die Clustererstellungsanforderung.

Gibt zurück

Gilt für:

Create(IClustersOperations, String, String, ClusterCreateParametersExtended)

Erstellt einen neuen HDInsight-Cluster mit den angegebenen Parametern.

public static Microsoft.Azure.Management.HDInsight.Models.Cluster Create (this Microsoft.Azure.Management.HDInsight.IClustersOperations operations, string resourceGroupName, string clusterName, Microsoft.Azure.Management.HDInsight.Models.ClusterCreateParametersExtended parameters);
static member Create : Microsoft.Azure.Management.HDInsight.IClustersOperations * string * string * Microsoft.Azure.Management.HDInsight.Models.ClusterCreateParametersExtended -> Microsoft.Azure.Management.HDInsight.Models.Cluster
<Extension()>
Public Function Create (operations As IClustersOperations, resourceGroupName As String, clusterName As String, parameters As ClusterCreateParametersExtended) As Cluster

Parameter

operations
IClustersOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

resourceGroupName
String

Der Name der Ressourcengruppe.

clusterName
String

Der Name des Clusters.

parameters
ClusterCreateParametersExtended

Die Clustererstellungsanforderung.

Gibt zurück

Gilt für: