Freigeben über


ClustersOperationsExtensions.CreateAsync Methode

Definition

Überlädt

CreateAsync(IClustersOperations, String, String, ClusterCreateParameters, CancellationToken)

Erstellt einen neuen HDInsight-Cluster mit den angegebenen Parametern.

CreateAsync(IClustersOperations, String, String, ClusterCreateParametersExtended, CancellationToken)

Erstellt einen neuen HDInsight-Cluster mit den angegebenen Parametern.

CreateAsync(IClustersOperations, String, String, ClusterCreateParameters, CancellationToken)

Erstellt einen neuen HDInsight-Cluster mit den angegebenen Parametern.

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.HDInsight.Models.Cluster> CreateAsync (this Microsoft.Azure.Management.HDInsight.IClustersOperations operations, string resourceGroupName, string clusterName, Microsoft.Azure.Management.HDInsight.Models.ClusterCreateParameters parameters, System.Threading.CancellationToken cancellationToken = default);
static member CreateAsync : Microsoft.Azure.Management.HDInsight.IClustersOperations * string * string * Microsoft.Azure.Management.HDInsight.Models.ClusterCreateParameters * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.HDInsight.Models.Cluster>
<Extension()>
Public Function CreateAsync (operations As IClustersOperations, resourceGroupName As String, clusterName As String, parameters As ClusterCreateParameters, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Cluster)

Parameter

operations
IClustersOperations

Verweis auf Microsoft.Azure.Management.HDInsight.IClusterOperations.

resourceGroupName
String

Der Name der Ressourcengruppe.

clusterName
String

Der Name des Clusters.

parameters
ClusterCreateParameters

Die Clustererstellungsanforderung.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Die GetCluster-Vorgangsantwort.

Gilt für:

CreateAsync(IClustersOperations, String, String, ClusterCreateParametersExtended, CancellationToken)

Erstellt einen neuen HDInsight-Cluster mit den angegebenen Parametern.

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.HDInsight.Models.Cluster> CreateAsync (this Microsoft.Azure.Management.HDInsight.IClustersOperations operations, string resourceGroupName, string clusterName, Microsoft.Azure.Management.HDInsight.Models.ClusterCreateParametersExtended parameters, System.Threading.CancellationToken cancellationToken = default);
static member CreateAsync : Microsoft.Azure.Management.HDInsight.IClustersOperations * string * string * Microsoft.Azure.Management.HDInsight.Models.ClusterCreateParametersExtended * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.HDInsight.Models.Cluster>
<Extension()>
Public Function CreateAsync (operations As IClustersOperations, resourceGroupName As String, clusterName As String, parameters As ClusterCreateParametersExtended, Optional cancellationToken As CancellationToken = Nothing) As Task(Of 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.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Gilt für: