ClustersOperationsExtensions.Create Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
Create(IClustersOperations, String, String, ClusterCreateParameters) |
Crée un cluster HDInsight avec les paramètres spécifiés. |
Create(IClustersOperations, String, String, ClusterCreateParametersExtended) |
Crée un cluster HDInsight avec les paramètres spécifiés. |
Create(IClustersOperations, String, String, ClusterCreateParameters)
Crée un cluster HDInsight avec les paramètres spécifiés.
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
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
- ClusterCreateParameters
Demande de création de cluster.
Retours
S’applique à
Create(IClustersOperations, String, String, ClusterCreateParametersExtended)
Crée un cluster HDInsight avec les paramètres spécifiés.
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
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.
Retours
S’applique à
Azure SDK for .NET