ClustersOperationsExtensions.Create Método
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Sobrecargas
Create(IClustersOperations, String, String, ClusterCreateParameters) |
Crea un nuevo clúster de HDInsight con los parámetros especificados. |
Create(IClustersOperations, String, String, ClusterCreateParametersExtended) |
Crea un nuevo clúster de HDInsight con los parámetros especificados. |
Create(IClustersOperations, String, String, ClusterCreateParameters)
Crea un nuevo clúster de HDInsight con los parámetros especificados.
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
Parámetros
- operations
- IClustersOperations
El grupo de operaciones de este método de extensión.
- resourceGroupName
- String
Nombre del grupo de recursos.
- clusterName
- String
Nombre del clúster.
- parameters
- ClusterCreateParameters
Solicitud de creación del clúster.
Devoluciones
Se aplica a
Create(IClustersOperations, String, String, ClusterCreateParametersExtended)
Crea un nuevo clúster de HDInsight con los parámetros especificados.
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
Parámetros
- operations
- IClustersOperations
El grupo de operaciones de este método de extensión.
- resourceGroupName
- String
Nombre del grupo de recursos.
- clusterName
- String
Nombre del clúster.
- parameters
- ClusterCreateParametersExtended
Solicitud de creación del clúster.
Devoluciones
Se aplica a
Azure SDK for .NET