IHDInsightSyncClient Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Client Library that allows interacting with the Azure HDInsight Deployment Service.
public interface IHDInsightSyncClient : IDisposable, Microsoft.WindowsAzure.Management.HDInsight.IHDInsightClientBase
type IHDInsightSyncClient = interface
interface IHDInsightClientBase
interface IJobSubmissionClientBase
interface IHadoopClientBase
interface IDisposable
interface ILogProvider
Public Interface IHDInsightSyncClient
Implements IDisposable, IHDInsightClientBase
- Derived
- Implements
-
Microsoft.Hadoop.Client.IHadoopClientBase Microsoft.Hadoop.Client.IJobSubmissionClientBase IHDInsightClientBase Microsoft.WindowsAzure.Management.HDInsight.Logging.ILogProvider IDisposable
Properties
CancellationToken |
Gets the Cancellation Token for this client. (Inherited from IHDInsightClientBase) |
Credentials |
Gets the cluster credentials. (Inherited from IHDInsightClientBase) |
PollingInterval |
Gets or sets the polling interval for the CreateCluster\DeleteCluster and user change operations. (Inherited from IHDInsightClientBase) |
Methods
ChangeClusterSize(String, String, Int32) |
Submits a request to change the data node size of a cluster. |
CreateCluster(ClusterCreateParameters, TimeSpan) |
Obsolete.
Submits a request to create an HDInsight cluster and waits for it to complete. |
CreateCluster(ClusterCreateParameters) |
Obsolete.
Submits a request to create an HDInsight cluster and waits for it to complete. |
CreateCluster(ClusterCreateParametersV2, TimeSpan) |
Submits a request to create an HDInsight cluster and waits for it to complete. |
CreateCluster(ClusterCreateParametersV2) |
Submits a request to create an HDInsight cluster and waits for it to complete. |
DeleteCluster(String, String, TimeSpan) |
Submits a request to delete an HDInsight cluster and waits for it to complete. |
DeleteCluster(String, String) |
Submits a request to delete an HDInsight cluster and waits for it to complete. |
DeleteCluster(String, TimeSpan) |
Submits a request to delete an HDInsight cluster and waits for it to complete. |
DeleteCluster(String) |
Submits a request to delete an HDInsight cluster and waits for it to complete. |
DisableHttp(String, String) |
Disables Http Connectivity on the HDInsight cluster. |
DisableRdp(String, String) |
Disables the Rdp access on the HDInsight cluster |
EnableHttp(String, String, String, String) |
Enables Http Connectivity on the HDInsight cluster. |
EnableRdp(String, String, String, String, DateTime) |
Enables Rdp access on the HDInsight cluster. |
GetCluster(String, String) |
Queries for a specific HDInsight Cluster registered. |
GetCluster(String) |
Queries for a specific HDInsight Cluster registered. |
ListAvailableLocations() |
Queries the locations where HDInsight has been enabled for the subscription. |
ListAvailableLocations(OSType) |
Queries the locations where HDInsight deployments for the specified OS type have been enabled for the subscription. |
ListAvailableVersions() |
Queries the versions of HDInsight that have been enabled for the subscription. |
ListClusters() |
Queries the HDInsight Clusters registered. |
ListResourceProviderProperties() |
Queries the locations where HDInsight has been enabled for the subscription. |