HDInsightOnDemandLinkedService Class

Definition

The properties for the HDInsight linkedService.

[Microsoft.Azure.Management.DataFactories.Models.AdfTypeName("HDInsightOnDemand")]
public class HDInsightOnDemandLinkedService : Microsoft.Azure.Management.DataFactories.Models.LinkedServiceTypeProperties
Inheritance
HDInsightOnDemandLinkedService
Attributes

Constructors

HDInsightOnDemandLinkedService()

Initializes a new instance of the HDInsightOnDemandLinkedService class.

HDInsightOnDemandLinkedService(Int32, TimeSpan, String)

Initializes a new instance of the HDInsightOnDemandLinkedService class with required arguments.

Properties

AdditionalLinkedServiceNames

Optional. Specify additional Azure storage accounts that need to be accessible from the cluster.

ClusterSize

Required. HDInsight cluster size.

ClusterType

Gets or sets the flavor for the HDInsight cluster.

CoreConfiguration

Optional. Allows user to override default values for core configuration.

DataNodeSize

Gets or sets the size of the Data Node.

HBaseConfiguration

Optional. Allows user to override default values for HBase configuration.

HcatalogLinkedServiceName

The name of Azure SQL linked service that point to the HCatalog database.

HdfsConfiguration

Optional. Allows user to override default values for HDFS configuration.

HeadNodeSize

Gets or sets the size of the Head Node.

HiveConfiguration

Optional. Allows user to override default values for HIVE configuration.

HiveCustomLibrariesContainer

Optional. The name of the blob container that contains custom jar files for HIVE consumption.

LinkedServiceName

Required. Storage service name.

MapReduceConfiguration

Optional. Allows user to override default values for MapReduce configuration.

OozieConfiguration

Optional. Allows user to override default values for Oozie configuration.

OsType

Gets or sets the type of operating system installed on cluster nodes.

SchemaGeneration

Define what options to use for generating/altering table for an input and output Datasets for an HDInsight activity.

SparkConfiguration

The Spark service configuration of this HDInsight cluster.

SshPassword

Gets or sets SSH password.

SshPublicKey

Gets or sets the public key to be used for SSH.

SshUserName

Gets or sets SSH user name.

StormConfiguration

Optional. Allows user to override default values for Storm configuration.

TimeToLive

Required. Time to live.

Version

Optional. HDInsight version.

YarnConfiguration

Optional. Allows user to override default values for YARN configuration.

ZookeeperNodeSize

Gets or sets the size of the Zookeeper Node.

Extension Methods

IsDefined(Object)
IsNull(Object)
IsPrimitive(Object)