Compartir a través de


ClustersOperationsExtensions.BeginCreate Método

Definición

Crea un nuevo clúster de HDInsight con los parámetros especificados.

public static Microsoft.Azure.Management.HDInsight.Models.Cluster BeginCreate (this Microsoft.Azure.Management.HDInsight.IClustersOperations operations, string resourceGroupName, string clusterName, Microsoft.Azure.Management.HDInsight.Models.ClusterCreateParametersExtended parameters);
static member BeginCreate : Microsoft.Azure.Management.HDInsight.IClustersOperations * string * string * Microsoft.Azure.Management.HDInsight.Models.ClusterCreateParametersExtended -> Microsoft.Azure.Management.HDInsight.Models.Cluster
<Extension()>
Public Function BeginCreate (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