IHDInsightClientBase Interface

Definition

Provides the base interface for ClusterProvisioning Clients.

public interface IHDInsightClientBase : IDisposable, Microsoft.Hadoop.Client.IHadoopClientBase, Microsoft.Hadoop.Client.IJobSubmissionClientBase, Microsoft.WindowsAzure.Management.HDInsight.Logging.ILogProvider
type IHDInsightClientBase = interface
    interface IJobSubmissionClientBase
    interface IHadoopClientBase
    interface IDisposable
    interface ILogProvider
Public Interface IHDInsightClientBase
Implements IDisposable, IHadoopClientBase, IJobSubmissionClientBase, ILogProvider
Derived
Implements
Microsoft.Hadoop.Client.IHadoopClientBase Microsoft.Hadoop.Client.IJobSubmissionClientBase Microsoft.WindowsAzure.Management.HDInsight.Logging.ILogProvider IDisposable

Properties

CancellationToken

Gets the Cancellation Token for this client.

Credentials

Gets the cluster credentials.

PollingInterval

Gets or sets the polling interval for the CreateCluster\DeleteCluster and user change operations.

Applies to