IHDInsightSyncClient.EnableHttp(String, String, String, String) 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.
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
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.