IHDInsightClient Methods

 
System_CAPS_noteNote

This version of the HDInsight .NET SDK is deprecated and will be removed by January 1, 2017. You are encouraged to use the newer ARM-based version of HDInsight .NET SDK going forward. For instructions on how to use the new HDInsight .NET SDK to create a cluster, see Create HDInsight Linux clusters using .NET SDK. For instructions on how to submit jobs using the new .NET SDK and other approaches, see Submit jobs to an HDInsight cluster. The HDInsight SDK reference for the newer version is available at HDInsight .NET SDK Reference.

Namespace:   Microsoft.WindowsAzure.Management.HDInsight
Assembly:  Microsoft.WindowsAzure.Management.HDInsight (in Microsoft.WindowsAzure.Management.HDInsight.dll)

NameDescription
System_CAPS_pubmethodAddLogWriter(ILogWriter)

Adds a log writer to the client.(Inherited from IHadoopClientBase.)

System_CAPS_pubmethodCancel()

Cancel's a pending operation.(Inherited from IHadoopClientBase.)

System_CAPS_pubmethodChangeClusterSize(String, String, Int32)

Submits a request to change the data node size of a cluster.(Inherited from IHDInsightSyncClient.)

System_CAPS_pubmethodChangeClusterSizeAsync(String, String, Int32)

Submits a request to change the data node size of a cluster.(Inherited from IHDInsightAsyncClient.)

System_CAPS_pubmethodCreateCluster(ClusterCreateParameters)

Obsolete.Submits a request synchronously to create an HDInsight cluster and waits for it to complete.(Inherited from IHDInsightSyncClient.)

System_CAPS_pubmethodCreateCluster(ClusterCreateParameters, TimeSpan)

Obsolete.Submits a request to create an HDInsight cluster and waits for it to complete.(Inherited from IHDInsightSyncClient.)

System_CAPS_pubmethodCreateCluster(ClusterCreateParametersV2)

Submits a request to create an HDInsight cluster and waits for it to complete.(Inherited from IHDInsightSyncClient.)

System_CAPS_pubmethodCreateCluster(ClusterCreateParametersV2, TimeSpan)

Submits a request to create an HDInsight cluster and waits for it to complete.(Inherited from IHDInsightSyncClient.)

System_CAPS_pubmethodCreateClusterAsync(ClusterCreateParameters)

Obsolete.Submits a request asychronously to create an HDInsight cluster and waits for it to complete.(Inherited from IHDInsightAsyncClient.)

System_CAPS_pubmethodCreateClusterAsync(ClusterCreateParametersV2)

Submits a request to create an HDInsight cluster and waits for it to complete.(Inherited from IHDInsightAsyncClient.)

System_CAPS_pubmethodDeleteCluster(String)

Submits a request to delete an HDInsight cluster and waits for it to complete.(Inherited from IHDInsightSyncClient.)

System_CAPS_pubmethodDeleteCluster(String, String)

Submits a request to delete an HDInsight cluster and waits for it to complete.(Inherited from IHDInsightSyncClient.)

System_CAPS_pubmethodDeleteCluster(String, String, TimeSpan)

Submits a request to delete an HDInsight cluster and waits for it to complete.(Inherited from IHDInsightSyncClient.)

System_CAPS_pubmethodDeleteCluster(String, TimeSpan)

Submits a request to delete an HDInsight cluster and waits for it to complete.(Inherited from IHDInsightSyncClient.)

System_CAPS_pubmethodDeleteClusterAsync(String)

Submits a request to delete an HDInsight cluster asychronously.(Inherited from IHDInsightAsyncClient.)

System_CAPS_pubmethodDeleteClusterAsync(String, String)

Submits a request to delete an HDInsight cluster.(Inherited from IHDInsightAsyncClient.)

System_CAPS_pubmethodDisableHttp(String, String)

Disables Http Connectivity on the HDInsight cluster.(Inherited from IHDInsightSyncClient.)

System_CAPS_pubmethodDisableHttpAsync(String, String)

Disables Http Connectivity on the HDInsight cluster.(Inherited from IHDInsightAsyncClient.)

System_CAPS_pubmethodDisableRdp(String, String)

Disables the Rdp access on the HDInsight cluster(Inherited from IHDInsightSyncClient.)

System_CAPS_pubmethodDisableRdpAsync(String, String)

Disables the Rdp access on the HDInsight cluster(Inherited from IHDInsightAsyncClient.)

System_CAPS_pubmethodDispose()

(Inherited from IDisposable.)

System_CAPS_pubmethodEnableHttp(String, String, String, String)

Enables Http Connectivity on the HDInsight cluster synchronously.(Inherited from IHDInsightSyncClient.)

System_CAPS_pubmethodEnableHttpAsync(String, String, String, String)

Enables Http Connectivity on the HDInsight cluster.(Inherited from IHDInsightAsyncClient.)

System_CAPS_pubmethodEnableRdp(String, String, String, String, DateTime)

Enables Rdp access on the HDInsight cluster.(Inherited from IHDInsightSyncClient.)

System_CAPS_pubmethodEnableRdpAsync(String, String, String, String, DateTime)

Enables Rdp access on the HDInsight cluster.(Inherited from IHDInsightAsyncClient.)

System_CAPS_pubmethodGetCluster(String)

Queries for a specific HDInsight Cluster registered.(Inherited from IHDInsightSyncClient.)

System_CAPS_pubmethodGetCluster(String, String)

Queries for a specific HDInsight Cluster registered.(Inherited from IHDInsightSyncClient.)

System_CAPS_pubmethodGetClusterAsync(String)

Queries for a specific HDInsight Cluster registered.(Inherited from IHDInsightAsyncClient.)

System_CAPS_pubmethodGetClusterAsync(String, String)

Queries for a specific HDInsight Cluster registered.(Inherited from IHDInsightAsyncClient.)

System_CAPS_pubmethodListAvailableLocations()

Queries the locations where HDInsight has been enabled for the subscription.(Inherited from IHDInsightSyncClient.)

System_CAPS_pubmethodListAvailableLocations(OSType)

Queries the locations where HDInsight deployments for the specified OS type have been enabled for the subscription.(Inherited from IHDInsightSyncClient.)

System_CAPS_pubmethodListAvailableLocationsAsync()

Queries the locations where HDInsight deployments for the specified OS type have been enabled for the subscription.(Inherited from IHDInsightAsyncClient.)

System_CAPS_pubmethodListAvailableLocationsAsync(OSType)

Queries the locations where HDInsight deployments for the specified OS type have been enabled for the subscription.(Inherited from IHDInsightAsyncClient.)

System_CAPS_pubmethodListAvailableVersions()

Queries the versions of HDInsight that have been enabled for the subscription.(Inherited from IHDInsightSyncClient.)

System_CAPS_pubmethodListAvailableVersionsAsync()

Queries the versions of HDInsight that have been enabled for the subscription.(Inherited from IHDInsightAsyncClient.)

System_CAPS_pubmethodListClusters()

Queries the HDInsight Clusters registered.(Inherited from IHDInsightSyncClient.)

System_CAPS_pubmethodListClustersAsync()

Queries the HDInsight Clusters registered.(Inherited from IHDInsightAsyncClient.)

System_CAPS_pubmethodListResourceProviderProperties()

Queries the locations where HDInsight has been enabled for the subscription.(Inherited from IHDInsightSyncClient.)

System_CAPS_pubmethodListResourceProviderPropertiesAsync()

Queries the properties of a given subscription for the HDInsight resource type.(Inherited from IHDInsightAsyncClient.)

System_CAPS_pubmethodRaiseClusterProvisioningEvent(Object, ClusterProvisioningStatusEventArgs)

Raises the cluster provisioning event.(Inherited from IHDInsightAsyncClient.)

System_CAPS_pubmethodRemoveLogWriter(ILogWriter)

Removes a log writer.(Inherited from IHadoopClientBase.)

System_CAPS_pubmethodSetCancellationSource(CancellationTokenSource)

Allows a user to set a custom cancellation source.(Inherited from IHadoopClientBase.)

Return to top
Show: