HDInsightClient.EnableHttp(String, String, String, String) Method

Definition

Enables Http Connectivity on the HDInsight cluster.

public void EnableHttp (string dnsName, string location, string httpUserName, string httpPassword);
abstract member EnableHttp : string * string * string * string -> unit
override this.EnableHttp : string * string * string * string -> unit
Public Sub EnableHttp (dnsName As String, location As String, httpUserName As String, httpPassword As String)

Parameters

dnsName
String

The DNS name of the cluster.

location
String

The location of the cluster.

httpUserName
String

The user name to use when enabling Http Connectivity.

httpPassword
String

The password to use when enabling Http Connectivity.

Implements

Applies to