IHDInsightSyncClient.DisableRdp(String, String) Method

Definition

Disables the Rdp access on the HDInsight cluster

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

Parameters

dnsName
String

The Dns name of the cluster

location
String

The location of the cluster

Applies to