Partager via


ClustersOperationsExtensions.CreateAsync Méthode

Définition

Surcharges

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

Crée un cluster HDInsight avec les paramètres spécifiés.

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

Crée un cluster HDInsight avec les paramètres spécifiés.

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

Crée un cluster HDInsight avec les paramètres spécifiés.

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)

Paramètres

operations
IClustersOperations

Référence à Microsoft.Azure.Management.HDInsight.IClusterOperations.

resourceGroupName
String

Nom du groupe de ressources.

clusterName
String

Nom du cluster.

parameters
ClusterCreateParameters

Demande de création de cluster.

cancellationToken
CancellationToken

Jeton d'annulation.

Retours

Réponse de l’opération GetCluster.

S’applique à

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

Crée un cluster HDInsight avec les paramètres spécifiés.

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)

Paramètres

operations
IClustersOperations

Groupe d’opérations pour cette méthode d’extension.

resourceGroupName
String

Nom du groupe de ressources.

clusterName
String

Nom du cluster.

parameters
ClusterCreateParametersExtended

Demande de création de cluster.

cancellationToken
CancellationToken

Jeton d'annulation.

Retours

S’applique à