你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ConfigurationsOperationsExtensions.EnableHttpAsync 方法

定义

注意

This operation is deprecated. Please do not use it any longer.

在指定的群集上启用 HTTP。

[System.Obsolete("This operation is deprecated. Please do not use it any longer.")]
public static System.Threading.Tasks.Task EnableHttpAsync (this Microsoft.Azure.Management.HDInsight.IConfigurationsOperations operations, string resourceGroupName, string clusterName, string username, string password, System.Threading.CancellationToken cancellationToken = default);
[<System.Obsolete("This operation is deprecated. Please do not use it any longer.")>]
static member EnableHttpAsync : Microsoft.Azure.Management.HDInsight.IConfigurationsOperations * string * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task
<Extension()>
Public Function EnableHttpAsync (operations As IConfigurationsOperations, resourceGroupName As String, clusterName As String, username As String, password As String, Optional cancellationToken As CancellationToken = Nothing) As Task

参数

operations
IConfigurationsOperations

对 Microsoft.Azure.Management.HDInsight.IClusterOperations 的引用。

resourceGroupName
String

必需。 资源组的名称。

clusterName
String

必需。 群集的名称。

username
String

必需。 http 用户名。

password
String

必需。 http 密码。

cancellationToken
CancellationToken

返回

群集长时间运行的操作响应。

属性

适用于