HDInsightClient.EnableHttpAsync(String, String, String, String) Method

Definition

Enables Http Connectivity on the HDInsight cluster.

public System.Threading.Tasks.Task EnableHttpAsync (string dnsName, string location, string httpUserName, string httpPassword);
abstract member EnableHttpAsync : string * string * string * string -> System.Threading.Tasks.Task
override this.EnableHttpAsync : string * string * string * string -> System.Threading.Tasks.Task
Public Function EnableHttpAsync (dnsName As String, location As String, httpUserName As String, httpPassword As String) As Task

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.

Returns

A task that can be used to wait for the request to complete.

Implements

Applies to