IHDInsightAsyncClient.EnableHttpAsync(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 System.Threading.Tasks.Task EnableHttpAsync (string dnsName, string location, string httpUserName, string httpPassword);
abstract member 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.
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