HDInsightClient.CreateClusterAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
CreateClusterAsync(ClusterCreateParameters) | |
CreateClusterAsync(ClusterCreateParametersV2) |
Submits a request to create an HDInsight cluster and waits for it to complete. |
CreateClusterAsync(ClusterCreateParameters)
public System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.HDInsight.ClusterDetails> CreateClusterAsync (Microsoft.WindowsAzure.Management.HDInsight.ClusterCreateParameters clusterCreateParameters);
abstract member CreateClusterAsync : Microsoft.WindowsAzure.Management.HDInsight.ClusterCreateParameters -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.HDInsight.ClusterDetails>
override this.CreateClusterAsync : Microsoft.WindowsAzure.Management.HDInsight.ClusterCreateParameters -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.HDInsight.ClusterDetails>
Public Function CreateClusterAsync (clusterCreateParameters As ClusterCreateParameters) As Task(Of ClusterDetails)
Parameters
- clusterCreateParameters
- ClusterCreateParameters
Returns
Implements
Applies to
CreateClusterAsync(ClusterCreateParametersV2)
Submits a request to create an HDInsight cluster and waits for it to complete.
public System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.HDInsight.ClusterDetails> CreateClusterAsync (Microsoft.WindowsAzure.Management.HDInsight.ClusterCreateParametersV2 clusterCreateParameters);
abstract member CreateClusterAsync : Microsoft.WindowsAzure.Management.HDInsight.ClusterCreateParametersV2 -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.HDInsight.ClusterDetails>
override this.CreateClusterAsync : Microsoft.WindowsAzure.Management.HDInsight.ClusterCreateParametersV2 -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.HDInsight.ClusterDetails>
Public Function CreateClusterAsync (clusterCreateParameters As ClusterCreateParametersV2) As Task(Of ClusterDetails)
Parameters
- clusterCreateParameters
- ClusterCreateParametersV2
Request object that encapsulates all the configurations.
Returns
Object that will manage the deployment and returns an object that represents the HDInsight Cluster created.
Implements
Applies to
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET