你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

HDInsightOnDemandLinkedService interface

HDInsight ondemand 链接服务。

扩展

属性

additionalLinkedServiceNames

为 HDInsight 链接服务指定其他存储帐户,以便数据工厂服务可以代表你注册它们。

clusterNamePrefix

群集名称的前缀,后缀将不同于时间戳。 类型:字符串(或带有 resultType 字符串的表达式)。

clusterPassword

用于访问群集的密码。

clusterResourceGroup

群集所属的资源组。 类型:字符串(或带有 resultType 字符串的表达式)。

clusterSize

群集中的辅助角色/数据节点数。 建议值:4。 类型:int(或包含 resultType int 的表达式)。

clusterSshPassword

SSH 远程连接群集节点(适用于 Linux)的密码。

clusterSshUserName

SSH 的用户名远程连接到群集的节点(适用于 Linux)。 类型:字符串(或带有 resultType 字符串的表达式)。

clusterType

群集类型。 类型:字符串(或带有 resultType 字符串的表达式)。

clusterUserName

用于访问群集的用户名。 类型:字符串(或带有 resultType 字符串的表达式)。

coreConfiguration

指定要创建的 HDInsight 群集的核心配置参数(如 core-site.xml)。

credential

包含身份验证信息的凭据引用。

dataNodeSize

指定 HDInsight 群集的数据节点的大小。

encryptedCredential

用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。

hBaseConfiguration

指定 HDInsight 群集的 HBase 配置参数(hbase-site.xml)。

hcatalogLinkedServiceName

指向 HCatalog 数据库的 Azure SQL 链接服务的名称。 按需 HDInsight 群集是使用 Azure SQL 数据库作为元存储创建的。

hdfsConfiguration

指定 HDInsight 群集的 HDFS 配置参数(hdfs-site.xml)。

headNodeSize

指定 HDInsight 群集的头节点的大小。

hiveConfiguration

指定 HDInsight 群集的 hive 配置参数(hive-site.xml)。

hostSubscriptionId

用于托管群集的客户订阅。 类型:字符串(或带有 resultType 字符串的表达式)。

linkedServiceName

供按需群集用于存储和处理数据的 Azure 存储链接服务。

mapReduceConfiguration

指定 HDInsight 群集的 MapReduce 配置参数(mapred-site.xml)。

oozieConfiguration

指定 HDInsight 群集的 Oozie 配置参数(oozie-site.xml)。

scriptActions

自定义脚本作,在 HDI ondemand 群集上运行一旦启动。 请参阅 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

servicePrincipalId

hostSubscriptionId 的服务主体 ID。 类型:字符串(或带有 resultType 字符串的表达式)。

servicePrincipalKey

服务主体 ID 的密钥。

sparkVersion

如果群集类型为“spark”,则为 spark 的版本。 类型:字符串(或带有 resultType 字符串的表达式)。

stormConfiguration

指定 HDInsight 群集的 Storm 配置参数(storm-site.xml)。

subnetName

vNet 中子网的 ARM 资源 ID。 如果指定了 virtualNetworkId,则需要此属性。 类型:字符串(或带有 resultType 字符串的表达式)。

tenant

服务主体所属的租户 ID/名称。 类型:字符串(或带有 resultType 字符串的表达式)。

timeToLive

按需 HDInsight 群集的允许空闲时间。 指定当群集中没有其他活动作业时,按需 HDInsight 群集在活动运行完成后保持活动运行的时间。 最小值为 5 分钟。 类型:字符串(或带有 resultType 字符串的表达式)。

type

多态鉴别器,它指定此对象可以的不同类型的

versionTypePropertiesVersion

HDInsight 群集的版本。  类型:字符串(或带有 resultType 字符串的表达式)。

virtualNetworkId

创建群集后应加入的 vNet 的 ARM 资源 ID。 类型:字符串(或带有 resultType 字符串的表达式)。

yarnConfiguration

指定 HDInsight 群集的 Yarn 配置参数(yarn-site.xml)。

zookeeperNodeSize

指定 HDInsight 群集的 Zoo Keeper 节点的大小。

继承属性

annotations

可用于描述链接服务的标记列表。

connectVia

集成运行时参考。

description

链接服务说明。

parameters

链接服务的参数。

version

链接服务的版本。

属性详细信息

additionalLinkedServiceNames

为 HDInsight 链接服务指定其他存储帐户,以便数据工厂服务可以代表你注册它们。

additionalLinkedServiceNames?: LinkedServiceReference[]

属性值

clusterNamePrefix

群集名称的前缀,后缀将不同于时间戳。 类型:字符串(或带有 resultType 字符串的表达式)。

clusterNamePrefix?: any

属性值

any

clusterPassword

用于访问群集的密码。

clusterPassword?: SecretBaseUnion

属性值

clusterResourceGroup

群集所属的资源组。 类型:字符串(或带有 resultType 字符串的表达式)。

clusterResourceGroup: any

属性值

any

clusterSize

群集中的辅助角色/数据节点数。 建议值:4。 类型:int(或包含 resultType int 的表达式)。

clusterSize: any

属性值

any

clusterSshPassword

SSH 远程连接群集节点(适用于 Linux)的密码。

clusterSshPassword?: SecretBaseUnion

属性值

clusterSshUserName

SSH 的用户名远程连接到群集的节点(适用于 Linux)。 类型:字符串(或带有 resultType 字符串的表达式)。

clusterSshUserName?: any

属性值

any

clusterType

群集类型。 类型:字符串(或带有 resultType 字符串的表达式)。

clusterType?: any

属性值

any

clusterUserName

用于访问群集的用户名。 类型:字符串(或带有 resultType 字符串的表达式)。

clusterUserName?: any

属性值

any

coreConfiguration

指定要创建的 HDInsight 群集的核心配置参数(如 core-site.xml)。

coreConfiguration?: any

属性值

any

credential

包含身份验证信息的凭据引用。

credential?: CredentialReference

属性值

dataNodeSize

指定 HDInsight 群集的数据节点的大小。

dataNodeSize?: any

属性值

any

encryptedCredential

用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。

encryptedCredential?: string

属性值

string

hBaseConfiguration

指定 HDInsight 群集的 HBase 配置参数(hbase-site.xml)。

hBaseConfiguration?: any

属性值

any

hcatalogLinkedServiceName

指向 HCatalog 数据库的 Azure SQL 链接服务的名称。 按需 HDInsight 群集是使用 Azure SQL 数据库作为元存储创建的。

hcatalogLinkedServiceName?: LinkedServiceReference

属性值

hdfsConfiguration

指定 HDInsight 群集的 HDFS 配置参数(hdfs-site.xml)。

hdfsConfiguration?: any

属性值

any

headNodeSize

指定 HDInsight 群集的头节点的大小。

headNodeSize?: any

属性值

any

hiveConfiguration

指定 HDInsight 群集的 hive 配置参数(hive-site.xml)。

hiveConfiguration?: any

属性值

any

hostSubscriptionId

用于托管群集的客户订阅。 类型:字符串(或带有 resultType 字符串的表达式)。

hostSubscriptionId: any

属性值

any

linkedServiceName

供按需群集用于存储和处理数据的 Azure 存储链接服务。

linkedServiceName: LinkedServiceReference

属性值

mapReduceConfiguration

指定 HDInsight 群集的 MapReduce 配置参数(mapred-site.xml)。

mapReduceConfiguration?: any

属性值

any

oozieConfiguration

指定 HDInsight 群集的 Oozie 配置参数(oozie-site.xml)。

oozieConfiguration?: any

属性值

any

scriptActions

servicePrincipalId

hostSubscriptionId 的服务主体 ID。 类型:字符串(或带有 resultType 字符串的表达式)。

servicePrincipalId?: any

属性值

any

servicePrincipalKey

服务主体 ID 的密钥。

servicePrincipalKey?: SecretBaseUnion

属性值

sparkVersion

如果群集类型为“spark”,则为 spark 的版本。 类型:字符串(或带有 resultType 字符串的表达式)。

sparkVersion?: any

属性值

any

stormConfiguration

指定 HDInsight 群集的 Storm 配置参数(storm-site.xml)。

stormConfiguration?: any

属性值

any

subnetName

vNet 中子网的 ARM 资源 ID。 如果指定了 virtualNetworkId,则需要此属性。 类型:字符串(或带有 resultType 字符串的表达式)。

subnetName?: any

属性值

any

tenant

服务主体所属的租户 ID/名称。 类型:字符串(或带有 resultType 字符串的表达式)。

tenant: any

属性值

any

timeToLive

按需 HDInsight 群集的允许空闲时间。 指定当群集中没有其他活动作业时,按需 HDInsight 群集在活动运行完成后保持活动运行的时间。 最小值为 5 分钟。 类型:字符串(或带有 resultType 字符串的表达式)。

timeToLive: any

属性值

any

type

多态鉴别器,它指定此对象可以的不同类型的

type: "HDInsightOnDemand"

属性值

"HDInsightOnDemand"

versionTypePropertiesVersion

HDInsight 群集的版本。  类型:字符串(或带有 resultType 字符串的表达式)。

versionTypePropertiesVersion: any

属性值

any

virtualNetworkId

创建群集后应加入的 vNet 的 ARM 资源 ID。 类型:字符串(或带有 resultType 字符串的表达式)。

virtualNetworkId?: any

属性值

any

yarnConfiguration

指定 HDInsight 群集的 Yarn 配置参数(yarn-site.xml)。

yarnConfiguration?: any

属性值

any

zookeeperNodeSize

指定 HDInsight 群集的 Zoo Keeper 节点的大小。

zookeeperNodeSize?: any

属性值

any

继承属性详细信息

annotations

可用于描述链接服务的标记列表。

annotations?: any[]

属性值

any[]

继承自LinkedService.annotations

connectVia

集成运行时参考。

connectVia?: IntegrationRuntimeReference

属性值

继承自 LinkedService.connectVia

description

链接服务说明。

description?: string

属性值

string

继承自LinkedService.description

parameters

链接服务的参数。

parameters?: {[propertyName: string]: ParameterSpecification}

属性值

{[propertyName: string]: ParameterSpecification}

继承自LinkedService.parameters

version

链接服务的版本。

version?: string

属性值

string

继承自LinkedService.version