IClustersOperations.CreateWithHttpMessagesAsync 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
CreateWithHttpMessagesAsync(String, String, ClusterCreateParameters, CancellationToken)
public System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Management.HDInsight.Models.Cluster>> CreateWithHttpMessagesAsync (string resourceGroupName, string clusterName, Microsoft.Azure.Management.HDInsight.Models.ClusterCreateParameters parameters, System.Threading.CancellationToken cancellationToken = null);
abstract member CreateWithHttpMessagesAsync : string * string * Microsoft.Azure.Management.HDInsight.Models.ClusterCreateParameters * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Management.HDInsight.Models.Cluster>>
Parameters
- resourceGroupName
- System.String
- clusterName
- System.String
- parameters
- ClusterCreateParameters
- cancellationToken
- System.Threading.CancellationToken
Returns
- System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Cluster>>
Applies to
CreateWithHttpMessagesAsync(String, String, ClusterCreateParametersExtended, Dictionary<String,List<String>>, CancellationToken)
public System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Management.HDInsight.Models.Cluster>> CreateWithHttpMessagesAsync (string resourceGroupName, string clusterName, Microsoft.Azure.Management.HDInsight.Models.ClusterCreateParametersExtended parameters, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = null, System.Threading.CancellationToken cancellationToken = null);
abstract member CreateWithHttpMessagesAsync : string * string * Microsoft.Azure.Management.HDInsight.Models.ClusterCreateParametersExtended * System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Management.HDInsight.Models.Cluster>>
Parameters
- resourceGroupName
- System.String
- clusterName
- System.String
- parameters
- ClusterCreateParametersExtended
- customHeaders
- System.Collections.Generic.Dictionary<System.String,System.Collections.Generic.List<System.String>>
- cancellationToken
- System.Threading.CancellationToken
Returns
- System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Cluster>>