HDInsightOnDemandLinkedServiceResponse

data class HDInsightOnDemandLinkedServiceResponse(val additionalLinkedServiceNames: List<LinkedServiceReferenceResponse>? = null, val annotations: List<Any>? = null, val clusterNamePrefix: Any? = null, val clusterPassword: Either<AzureKeyVaultSecretReferenceResponse, SecureStringResponse>? = null, val clusterResourceGroup: Any, val clusterSize: Any, val clusterSshPassword: Either<AzureKeyVaultSecretReferenceResponse, SecureStringResponse>? = null, val clusterSshUserName: Any? = null, val clusterType: Any? = null, val clusterUserName: Any? = null, val connectVia: IntegrationRuntimeReferenceResponse? = null, val coreConfiguration: Any? = null, val credential: CredentialReferenceResponse? = null, val dataNodeSize: Any? = null, val description: String? = null, val encryptedCredential: String? = null, val hBaseConfiguration: Any? = null, val hcatalogLinkedServiceName: LinkedServiceReferenceResponse? = null, val hdfsConfiguration: Any? = null, val headNodeSize: Any? = null, val hiveConfiguration: Any? = null, val hostSubscriptionId: Any, val linkedServiceName: LinkedServiceReferenceResponse, val mapReduceConfiguration: Any? = null, val oozieConfiguration: Any? = null, val parameters: Map<String, ParameterSpecificationResponse>? = null, val scriptActions: List<ScriptActionResponse>? = null, val servicePrincipalId: Any? = null, val servicePrincipalKey: Either<AzureKeyVaultSecretReferenceResponse, SecureStringResponse>? = null, val sparkVersion: Any? = null, val stormConfiguration: Any? = null, val subnetName: Any? = null, val tenant: Any, val timeToLive: Any, val type: String, val version: String, val virtualNetworkId: Any? = null, val yarnConfiguration: Any? = null, val zookeeperNodeSize: Any? = null)

HDInsight ondemand linked service.

Constructors

Link copied to clipboard
constructor(additionalLinkedServiceNames: List<LinkedServiceReferenceResponse>? = null, annotations: List<Any>? = null, clusterNamePrefix: Any? = null, clusterPassword: Either<AzureKeyVaultSecretReferenceResponse, SecureStringResponse>? = null, clusterResourceGroup: Any, clusterSize: Any, clusterSshPassword: Either<AzureKeyVaultSecretReferenceResponse, SecureStringResponse>? = null, clusterSshUserName: Any? = null, clusterType: Any? = null, clusterUserName: Any? = null, connectVia: IntegrationRuntimeReferenceResponse? = null, coreConfiguration: Any? = null, credential: CredentialReferenceResponse? = null, dataNodeSize: Any? = null, description: String? = null, encryptedCredential: String? = null, hBaseConfiguration: Any? = null, hcatalogLinkedServiceName: LinkedServiceReferenceResponse? = null, hdfsConfiguration: Any? = null, headNodeSize: Any? = null, hiveConfiguration: Any? = null, hostSubscriptionId: Any, linkedServiceName: LinkedServiceReferenceResponse, mapReduceConfiguration: Any? = null, oozieConfiguration: Any? = null, parameters: Map<String, ParameterSpecificationResponse>? = null, scriptActions: List<ScriptActionResponse>? = null, servicePrincipalId: Any? = null, servicePrincipalKey: Either<AzureKeyVaultSecretReferenceResponse, SecureStringResponse>? = null, sparkVersion: Any? = null, stormConfiguration: Any? = null, subnetName: Any? = null, tenant: Any, timeToLive: Any, type: String, version: String, virtualNetworkId: Any? = null, yarnConfiguration: Any? = null, zookeeperNodeSize: Any? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Specifies additional storage accounts for the HDInsight linked service so that the Data Factory service can register them on your behalf.

Link copied to clipboard
val annotations: List<Any>? = null

List of tags that can be used for describing the linked service.

Link copied to clipboard
val clusterNamePrefix: Any? = null

The prefix of cluster name, postfix will be distinct with timestamp. Type: string (or Expression with resultType string).

Link copied to clipboard

The password to access the cluster.

Link copied to clipboard

The resource group where the cluster belongs. Type: string (or Expression with resultType string).

Link copied to clipboard

Number of worker/data nodes in the cluster. Suggestion value: 4. Type: int (or Expression with resultType int).

Link copied to clipboard

The password to SSH remotely connect cluster’s node (for Linux).

Link copied to clipboard
val clusterSshUserName: Any? = null

The username to SSH remotely connect to cluster’s node (for Linux). Type: string (or Expression with resultType string).

Link copied to clipboard
val clusterType: Any? = null

The cluster type. Type: string (or Expression with resultType string).

Link copied to clipboard
val clusterUserName: Any? = null

The username to access the cluster. Type: string (or Expression with resultType string).

Link copied to clipboard

The integration runtime reference.

Link copied to clipboard
val coreConfiguration: Any? = null

Specifies the core configuration parameters (as in core-site.xml) for the HDInsight cluster to be created.

Link copied to clipboard

The credential reference containing authentication information.

Link copied to clipboard
val dataNodeSize: Any? = null

Specifies the size of the data node for the HDInsight cluster.

Link copied to clipboard
val description: String? = null

Linked service description.

Link copied to clipboard

The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.

Link copied to clipboard
val hBaseConfiguration: Any? = null

Specifies the HBase configuration parameters (hbase-site.xml) for the HDInsight cluster.

Link copied to clipboard

The name of Azure SQL linked service that point to the HCatalog database. The on-demand HDInsight cluster is created by using the Azure SQL database as the metastore.

Link copied to clipboard
val hdfsConfiguration: Any? = null

Specifies the HDFS configuration parameters (hdfs-site.xml) for the HDInsight cluster.

Link copied to clipboard
val headNodeSize: Any? = null

Specifies the size of the head node for the HDInsight cluster.

Link copied to clipboard
val hiveConfiguration: Any? = null

Specifies the hive configuration parameters (hive-site.xml) for the HDInsight cluster.

Link copied to clipboard

The customer’s subscription to host the cluster. Type: string (or Expression with resultType string).

Link copied to clipboard

Azure Storage linked service to be used by the on-demand cluster for storing and processing data.

Link copied to clipboard

Specifies the MapReduce configuration parameters (mapred-site.xml) for the HDInsight cluster.

Link copied to clipboard
val oozieConfiguration: Any? = null

Specifies the Oozie configuration parameters (oozie-site.xml) for the HDInsight cluster.

Link copied to clipboard

Parameters for linked service.

Link copied to clipboard

Custom script actions to run on HDI ondemand cluster once it's up. Please refer to https://docs.microsoft.com/en-us/azure/hdinsight/hdinsight-hadoop-customize-cluster-linux?toc=%2Fen-us%2Fazure%2Fhdinsight%2Fr-server%2FTOC.json&bc=%2Fen-us%2Fazure%2Fbread%2Ftoc.json#understanding-script-actions.

Link copied to clipboard
val servicePrincipalId: Any? = null

The service principal id for the hostSubscriptionId. Type: string (or Expression with resultType string).

Link copied to clipboard

The key for the service principal id.

Link copied to clipboard
val sparkVersion: Any? = null

The version of spark if the cluster type is 'spark'. Type: string (or Expression with resultType string).

Link copied to clipboard
val stormConfiguration: Any? = null

Specifies the Storm configuration parameters (storm-site.xml) for the HDInsight cluster.

Link copied to clipboard
val subnetName: Any? = null

The ARM resource ID for the subnet in the vNet. If virtualNetworkId was specified, then this property is required. Type: string (or Expression with resultType string).

Link copied to clipboard
val tenant: Any

The Tenant id/name to which the service principal belongs. Type: string (or Expression with resultType string).

Link copied to clipboard

The allowed idle time for the on-demand HDInsight cluster. Specifies how long the on-demand HDInsight cluster stays alive after completion of an activity run if there are no other active jobs in the cluster. The minimum value is 5 mins. Type: string (or Expression with resultType string).

Link copied to clipboard

Type of linked service. Expected value is 'HDInsightOnDemand'.

Link copied to clipboard

Version of the linked service.

Link copied to clipboard
val virtualNetworkId: Any? = null

The ARM resource ID for the vNet to which the cluster should be joined after creation. Type: string (or Expression with resultType string).

Link copied to clipboard
val yarnConfiguration: Any? = null

Specifies the Yarn configuration parameters (yarn-site.xml) for the HDInsight cluster.

Link copied to clipboard
val zookeeperNodeSize: Any? = null

Specifies the size of the Zoo Keeper node for the HDInsight cluster.