Partilhar via


ClustersOperationsExtensions.Create Método

Definição

Sobrecargas

Create(IClustersOperations, String, String, ClusterCreateParameters)

Cria um novo cluster HDInsight com os parâmetros especificados.

Create(IClustersOperations, String, String, ClusterCreateParametersExtended)

Cria um novo cluster HDInsight com os parâmetros especificados.

Create(IClustersOperations, String, String, ClusterCreateParameters)

Cria um novo cluster HDInsight com os 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

O grupo de operações para esse método de extensão.

resourceGroupName
String

O nome do grupo de recursos.

clusterName
String

O nome do cluster.

parameters
ClusterCreateParameters

A solicitação de criação de cluster.

Retornos

Aplica-se a

Create(IClustersOperations, String, String, ClusterCreateParametersExtended)

Cria um novo cluster HDInsight com os 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

O grupo de operações para esse método de extensão.

resourceGroupName
String

O nome do grupo de recursos.

clusterName
String

O nome do cluster.

parameters
ClusterCreateParametersExtended

A solicitação de criação de cluster.

Retornos

Aplica-se a