IHDInsightSyncClient 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.

System_CAPS_pubmethodCreateCluster(ClusterCreateParameters^)

Obsolete.Submits a request synchronously to create an HDInsight cluster and waits for it to complete.

System_CAPS_pubmethodCreateCluster(ClusterCreateParameters^, TimeSpan)

Obsolete.Submits a request to create an HDInsight cluster and waits for it to complete.

System_CAPS_pubmethodCreateCluster(ClusterCreateParametersV2^)

Submits a request to create an HDInsight cluster and waits for it to complete.

System_CAPS_pubmethodCreateCluster(ClusterCreateParametersV2^, TimeSpan)

Submits a request to create an HDInsight cluster and waits for it to complete.

System_CAPS_pubmethodDeleteCluster(String^)

Submits a request to delete an HDInsight cluster and waits for it to complete.

System_CAPS_pubmethodDeleteCluster(String^, String^)

Submits a request to delete an HDInsight cluster and waits for it to complete.

System_CAPS_pubmethodDeleteCluster(String^, String^, TimeSpan)

Submits a request to delete an HDInsight cluster and waits for it to complete.

System_CAPS_pubmethodDeleteCluster(String^, TimeSpan)

Submits a request to delete an HDInsight cluster and waits for it to complete.

System_CAPS_pubmethodDisableHttp(String^, String^)

Disables Http Connectivity on the HDInsight cluster.

System_CAPS_pubmethodDisableRdp(String^, String^)

Disables the Rdp access on the HDInsight cluster

System_CAPS_pubmethodDispose()

(Inherited from IDisposable.)

System_CAPS_pubmethodEnableHttp(String^, String^, String^, String^)

Enables Http Connectivity on the HDInsight cluster synchronously.

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

Enables Rdp access on the HDInsight cluster.

System_CAPS_pubmethodGetCluster(String^)

Queries for a specific HDInsight Cluster registered.

System_CAPS_pubmethodGetCluster(String^, String^)

Queries for a specific HDInsight Cluster registered.

System_CAPS_pubmethodListAvailableLocations()

Queries the locations where HDInsight has been enabled for the subscription.

System_CAPS_pubmethodListAvailableLocations(OSType)

Queries the locations where HDInsight deployments for the specified OS type have been enabled for the subscription.

System_CAPS_pubmethodListAvailableVersions()

Queries the versions of HDInsight that have been enabled for the subscription.

System_CAPS_pubmethodListClusters()

Queries the HDInsight Clusters registered.

System_CAPS_pubmethodListResourceProviderProperties()

Queries the locations where HDInsight has been enabled for the subscription.

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: