IHDInsightSyncClient.DisableHttp(String, String) Method

Definition

Disables Http Connectivity on the HDInsight cluster.

public void DisableHttp (string dnsName, string location);
abstract member DisableHttp : string * string -> unit
Public Sub DisableHttp (dnsName As String, location As String)

Parameters

dnsName
String

The DNS name of the cluster.

location
String

The location of the cluster.

Applies to