Uses of Class
com.azure.resourcemanager.datafactory.models.HDInsightOnDemandLinkedService
Package
Description
Package containing the data models for DataFactoryManagementClient.
-
Uses of HDInsightOnDemandLinkedService in com.azure.resourcemanager.datafactory.models
Modifier and TypeMethodDescriptionHDInsightOnDemandLinkedService.withAdditionalLinkedServiceNames
(List<LinkedServiceReference> additionalLinkedServiceNames) Set the additionalLinkedServiceNames property: Specifies additional storage accounts for the HDInsight linked service so that the Data Factory service can register them on your behalf.HDInsightOnDemandLinkedService.withAnnotations
(List<Object> annotations) Set the annotations property: List of tags that can be used for describing the linked service.HDInsightOnDemandLinkedService.withClusterNamePrefix
(Object clusterNamePrefix) Set the clusterNamePrefix property: The prefix of cluster name, postfix will be distinct with timestamp.HDInsightOnDemandLinkedService.withClusterPassword
(SecretBase clusterPassword) Set the clusterPassword property: The password to access the cluster.HDInsightOnDemandLinkedService.withClusterResourceGroup
(Object clusterResourceGroup) Set the clusterResourceGroup property: The resource group where the cluster belongs.HDInsightOnDemandLinkedService.withClusterSize
(Object clusterSize) Set the clusterSize property: Number of worker/data nodes in the cluster.HDInsightOnDemandLinkedService.withClusterSshPassword
(SecretBase clusterSshPassword) Set the clusterSshPassword property: The password to SSH remotely connect cluster’s node (for Linux).HDInsightOnDemandLinkedService.withClusterSshUsername
(Object clusterSshUsername) Set the clusterSshUsername property: The username to SSH remotely connect to cluster’s node (for Linux).HDInsightOnDemandLinkedService.withClusterType
(Object clusterType) Set the clusterType property: The cluster type.HDInsightOnDemandLinkedService.withClusterUsername
(Object clusterUsername) Set the clusterUsername property: The username to access the cluster.HDInsightOnDemandLinkedService.withConnectVia
(IntegrationRuntimeReference connectVia) Set the connectVia property: The integration runtime reference.HDInsightOnDemandLinkedService.withCoreConfiguration
(Object coreConfiguration) Set the coreConfiguration property: Specifies the core configuration parameters (as in core-site.xml) for the HDInsight cluster to be created.HDInsightOnDemandLinkedService.withCredential
(CredentialReference credential) Set the credential property: The credential reference containing authentication information.HDInsightOnDemandLinkedService.withDataNodeSize
(Object dataNodeSize) Set the dataNodeSize property: Specifies the size of the data node for the HDInsight cluster.HDInsightOnDemandLinkedService.withDescription
(String description) Set the description property: Linked service description.HDInsightOnDemandLinkedService.withEncryptedCredential
(Object encryptedCredential) Set the encryptedCredential property: The encrypted credential used for authentication.HDInsightOnDemandLinkedService.withHBaseConfiguration
(Object hBaseConfiguration) Set the hBaseConfiguration property: Specifies the HBase configuration parameters (hbase-site.xml) for the HDInsight cluster.HDInsightOnDemandLinkedService.withHcatalogLinkedServiceName
(LinkedServiceReference hcatalogLinkedServiceName) Set the hcatalogLinkedServiceName property: The name of Azure SQL linked service that point to the HCatalog database.HDInsightOnDemandLinkedService.withHdfsConfiguration
(Object hdfsConfiguration) Set the hdfsConfiguration property: Specifies the HDFS configuration parameters (hdfs-site.xml) for the HDInsight cluster.HDInsightOnDemandLinkedService.withHeadNodeSize
(Object headNodeSize) Set the headNodeSize property: Specifies the size of the head node for the HDInsight cluster.HDInsightOnDemandLinkedService.withHiveConfiguration
(Object hiveConfiguration) Set the hiveConfiguration property: Specifies the hive configuration parameters (hive-site.xml) for the HDInsight cluster.HDInsightOnDemandLinkedService.withHostSubscriptionId
(Object hostSubscriptionId) Set the hostSubscriptionId property: The customer’s subscription to host the cluster.HDInsightOnDemandLinkedService.withLinkedServiceName
(LinkedServiceReference linkedServiceName) Set the linkedServiceName property: Azure Storage linked service to be used by the on-demand cluster for storing and processing data.HDInsightOnDemandLinkedService.withMapReduceConfiguration
(Object mapReduceConfiguration) Set the mapReduceConfiguration property: Specifies the MapReduce configuration parameters (mapred-site.xml) for the HDInsight cluster.HDInsightOnDemandLinkedService.withOozieConfiguration
(Object oozieConfiguration) Set the oozieConfiguration property: Specifies the Oozie configuration parameters (oozie-site.xml) for the HDInsight cluster.HDInsightOnDemandLinkedService.withParameters
(Map<String, ParameterSpecification> parameters) Set the parameters property: Parameters for linked service.HDInsightOnDemandLinkedService.withScriptActions
(List<ScriptAction> scriptActions) Set the scriptActions property: Custom script actions to run on HDI ondemand cluster once it's up.HDInsightOnDemandLinkedService.withServicePrincipalId
(Object servicePrincipalId) Set the servicePrincipalId property: The service principal id for the hostSubscriptionId.HDInsightOnDemandLinkedService.withServicePrincipalKey
(SecretBase servicePrincipalKey) Set the servicePrincipalKey property: The key for the service principal id.HDInsightOnDemandLinkedService.withSparkVersion
(Object sparkVersion) Set the sparkVersion property: The version of spark if the cluster type is 'spark'.HDInsightOnDemandLinkedService.withStormConfiguration
(Object stormConfiguration) Set the stormConfiguration property: Specifies the Storm configuration parameters (storm-site.xml) for the HDInsight cluster.HDInsightOnDemandLinkedService.withSubnetName
(Object subnetName) Set the subnetName property: The ARM resource ID for the subnet in the vNet.HDInsightOnDemandLinkedService.withTenant
(Object tenant) Set the tenant property: The Tenant id/name to which the service principal belongs.HDInsightOnDemandLinkedService.withTimeToLive
(Object timeToLive) Set the timeToLive property: The allowed idle time for the on-demand HDInsight cluster.HDInsightOnDemandLinkedService.withVersion
(Object version) Set the version property: Version of the HDInsight cluster. Type: string (or Expression with resultType string).HDInsightOnDemandLinkedService.withVirtualNetworkId
(Object virtualNetworkId) Set the virtualNetworkId property: The ARM resource ID for the vNet to which the cluster should be joined after creation.HDInsightOnDemandLinkedService.withYarnConfiguration
(Object yarnConfiguration) Set the yarnConfiguration property: Specifies the Yarn configuration parameters (yarn-site.xml) for the HDInsight cluster.HDInsightOnDemandLinkedService.withZookeeperNodeSize
(Object zookeeperNodeSize) Set the zookeeperNodeSize property: Specifies the size of the Zoo Keeper node for the HDInsight cluster.