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

ConfigurationsOperationsExtensions.EnableHttp 方法

定义

注意

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 void EnableHttp (this Microsoft.Azure.Management.HDInsight.IConfigurationsOperations operations, string resourceGroupName, string clusterName, string username, string password);
[<System.Obsolete("This operation is deprecated. Please do not use it any longer.")>]
static member EnableHttp : Microsoft.Azure.Management.HDInsight.IConfigurationsOperations * string * string * string * string -> unit
<Extension()>
Public Sub EnableHttp (operations As IConfigurationsOperations, resourceGroupName As String, clusterName As String, username As String, password As String)

参数

operations
IConfigurationsOperations

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

resourceGroupName
String

必需。 资源组的名称。

clusterName
String

必需。 群集的名称。

username
String

必需。 http 用户名。

password
String

必需。 http 密码。

属性

适用于