Microsoft.WindowsAzure.Management.HDInsight Namespace

 

Note

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.

Provides classes used to manage the Windows Azure HDInsight Service, to create and manage HDInsight clusters, and to submit Hadoop jobs to these clusters.

Classes

Class Description
System_CAPS_pubclass ClusterCreateParameters

Object that encapsulates all the properties of a List Request.

System_CAPS_pubclass ClusterCreateParametersV2

Object that encapsulates all the properties of a List Request.

System_CAPS_pubclass ClusterDetails

Represents cluster properties and provides cluster scoped operations.

System_CAPS_pubclass ClusterErrorStatus

Class that wraps an error status of an HDInsight Cluster.

System_CAPS_pubclass ClusterProvisioningStatusEventArgs

Represents the EventArgs for the ClusterProvisioning event on the IHDInsightClient.

System_CAPS_pubclass ConfigAction

Represents the config action for an HDInsight cluster.

System_CAPS_pubclass ConfigValuesCollection

Collection of configuration properties for Hadoop services.

System_CAPS_pubclass HBaseConfiguration

Represents a configuration for the HBase Hadoop service.

System_CAPS_pubclass HDInsightAccessTokenCredential

Represents a class that provides the credentials to talk to an RDFE with a token.

System_CAPS_pubclass HDInsightApplicationHistoryClient

Represents HDInsight Application History client.

System_CAPS_pubclass HDInsightCertificateCredential

Class that provides the credentials to talk to an RDFE.

System_CAPS_pubclass HDInsightClient

Defines the HDInsight client interface for the management of cluster deployments on the Azure HDInsight Service.

System_CAPS_pubclass HDInsightClusterCreateException

Represents an exception that is thrown when an error occurs during cluster creation.

System_CAPS_pubclass HDInsightClusterDoesNotExistException

Thrown when an operation is performed on a cluster that does not exist.

System_CAPS_pubclass HDInsightSubscriptionAbstractionContext

Represents an abstraction context for a Hadoop subscription.

System_CAPS_pubclass HDInsightVersion

Represents the version specification for an HDInsight cluster.

System_CAPS_pubclass HiveConfiguration

The configuration information for the Hive Hadoop service.

System_CAPS_pubclass JobSubmissionAccessTokenCredential

Provides the credentials used to submit jobs to an HDInsight cluster.

System_CAPS_pubclass JobSubmissionCertificateCredential

Provides the credentials to submit jobs to an HDInsight cluster.

System_CAPS_pubclass MapReduceConfiguration

The configuration information for the MapReduce Hadoop service.

System_CAPS_pubclass Metastore

The connection information needed to access the SQL Server database metastore.

System_CAPS_pubclass OozieConfiguration

Configuration for the Oozie Hadoop service.

System_CAPS_pubclass ScriptAction

Represents the script action for an HDInsight cluster.

System_CAPS_pubclass WabStorageAccountConfiguration

Azure storage account configuration for additional storage accounts.

Interfaces

Interface Description
System_CAPS_pubinterface ICloudServiceNameResolver

Provides a service that can resolve cloud service names.

System_CAPS_pubinterface IHDInsightAccessTokenCredential

Root interface for HDInsight ADS Credentials.

System_CAPS_pubinterface IHDInsightApplicationHistoryAsyncClient

Represents the HDInsight Application History Async client.

System_CAPS_pubinterface IHDInsightApplicationHistoryClient

Represents the HDInsight Application History client.

System_CAPS_pubinterface IHDInsightApplicationHistorySyncClient

Represents the HDInsight Application History sync client.

System_CAPS_pubinterface IHDInsightAsyncClient

Client Library that allows interacting with the Azure HDInsight Deployment Service.

System_CAPS_pubinterface IHDInsightCertificateCredential

Connection logic.

System_CAPS_pubinterface IHDInsightClient

Client Library that allows interacting with the Azure HDInsight Deployment Service.

System_CAPS_pubinterface IHDInsightClientBase

Provides the base interface for ClusterProvisioning Clients.

System_CAPS_pubinterface IHDInsightSubscriptionAbstractionContext

Represents an Abstraction Context around SubscriptionCredentials.

System_CAPS_pubinterface IHDInsightSubscriptionCredentials

Root interface for HDInsight Subscription Credentials.

System_CAPS_pubinterface IHDInsightSyncClient

Client Library that allows interacting with the Azure HDInsight Deployment Service.

Enumerations

Enumeration Description
System_CAPS_pubenum ClusterNodeType

A list of roles in a HDInsight Hadoop cluster to run config action on.

System_CAPS_pubenum ClusterState

Possible states of an HDInsight cluster.

System_CAPS_pubenum NodeVMSize

Specifies the size of a VM on Windows Azure.

System_CAPS_pubenum OSType

The type of Operating System installed on VMs of HDInsight clusters.

System_CAPS_pubenum UserChangeRequestOperationType

The type of the user change request.

System_CAPS_pubenum UserChangeRequestUserType

Specifies the type of user change request.

System_CAPS_pubenum VersionStatus

Enumeration of status of the the HDInsight cluster version.

Return to top