IHDInsightAsyncClient.DisableRdpAsync(String, String) Method

Definition

Disables the Rdp access on the HDInsight cluster

public System.Threading.Tasks.Task DisableRdpAsync (string dnsName, string location);
abstract member DisableRdpAsync : string * string -> System.Threading.Tasks.Task
Public Function DisableRdpAsync (dnsName As String, location As String) As Task

Parameters

dnsName
String

The Dns name of the cluster

location
String

The location of the cluster

Returns

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

Applies to