HDInsightClient.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
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
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET