AzureDatabricksLinkedService interface
Azure Databricks 鏈接服務。
- Extends
屬性
access |
databricks REST API 的存取令牌。 請參閱 https://docs.azuredatabricks.net/api/latest/authentication.html。 Type:string (或 expression with resultType string) 。 |
authentication | 如果針對 databricks REST API 使用工作區資源標識碼,則需要指定 MSI。 Type:string (或 expression with resultType string) 。 |
credential | 包含驗證資訊的認證參考。 |
domain | .azuredatabricks.net,Databricks 部署的域名。 Type:string (或 expression with resultType string) 。 |
encrypted |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 |
existing |
將用於此活動之所有執行的現有互動式叢集標識碼。 Type:string (或 expression with resultType string) 。 |
instance |
將用於此活動之所有執行的現有實例集區的標識碼。 Type:string (或 expression with resultType string) 。 |
new |
叢集資源的其他標籤。 實例集區組態中會忽略這個屬性。 |
new |
新作業叢集的驅動程序節點類型。 實例集區組態中會忽略這個屬性。 Type:string (或 expression with resultType string) 。 |
new |
在新叢集上啟用彈性磁碟。 現在會忽略此屬性,並在 Databricks 中採用預設的彈性磁碟行為(一律啟用彈性磁碟)。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 |
new |
新叢集的使用者定義初始化腳本。 類型:字串陣列(或 Expression 搭配 resultType 字串陣列)。 |
new |
指定要傳遞 Spark 驅動程式、背景工作和事件記錄檔的位置。 Type:string (或 expression with resultType string) 。 |
new |
新作業叢集的節點類型。 如果指定 newClusterVersion 且未指定 instancePoolId,則需要此屬性。 如果指定 instancePoolId,則會忽略這個屬性。 Type:string (或 expression with resultType string) 。 |
new |
如果未使用現有的互動式叢集,這會指定要用於新作業叢集或實例集區的背景工作節點數目。 對於新的作業叢集,這是字串格式的 Int32,例如 '1' 表示 numOfWorker 為 1 或 '1:10' 表示從 1(最小值)自動調整為 10(最大值)。 例如集區,這是字串格式的 Int32,而且只能指定固定數目的背景工作節點,例如 『2』。 如果指定 newClusterVersion,則為必要專案。 Type:string (或 expression with resultType string) 。 |
new |
一組選擇性、使用者指定的Spark組態索引鍵/值組。 |
new |
一組選擇性、使用者指定的Spark環境變數機碼/值組。 |
new |
如果未使用現有的互動式叢集,這會指定針對每個活動執行所建立之新作業叢集或實例集區節點的Spark版本。 如果指定 instancePoolId,則為必要專案。 Type:string (或 expression with resultType string) 。 |
policy |
限制根據使用者定義規則集設定叢集的能力的原則標識碼。 Type:string (或 expression with resultType string) 。 |
type | 多型歧視性,指定這個物件可以是的不同類型 |
workspace |
databricks REST API 的工作區資源標識符。 Type:string (或 expression with resultType string) 。 |
繼承的屬性
annotations | 可用於描述連結服務的標籤清單。 |
connect |
整合運行時間參考。 |
description | 鏈接的服務描述。 |
parameters | 連結服務的參數。 |
version | 連結服務的版本。 |
屬性詳細資料
accessToken
databricks REST API 的存取令牌。 請參閱 https://docs.azuredatabricks.net/api/latest/authentication.html。 Type:string (或 expression with resultType string) 。
accessToken?: SecretBaseUnion
屬性值
authentication
如果針對 databricks REST API 使用工作區資源標識碼,則需要指定 MSI。 Type:string (或 expression with resultType string) 。
authentication?: any
屬性值
any
credential
domain
.azuredatabricks.net,Databricks 部署的域名。 Type:string (或 expression with resultType string) 。
domain: any
屬性值
any
encryptedCredential
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。
encryptedCredential?: string
屬性值
string
existingClusterId
將用於此活動之所有執行的現有互動式叢集標識碼。 Type:string (或 expression with resultType string) 。
existingClusterId?: any
屬性值
any
instancePoolId
將用於此活動之所有執行的現有實例集區的標識碼。 Type:string (或 expression with resultType string) 。
instancePoolId?: any
屬性值
any
newClusterCustomTags
叢集資源的其他標籤。 實例集區組態中會忽略這個屬性。
newClusterCustomTags?: {[propertyName: string]: any}
屬性值
{[propertyName: string]: any}
newClusterDriverNodeType
新作業叢集的驅動程序節點類型。 實例集區組態中會忽略這個屬性。 Type:string (或 expression with resultType string) 。
newClusterDriverNodeType?: any
屬性值
any
newClusterEnableElasticDisk
在新叢集上啟用彈性磁碟。 現在會忽略此屬性,並在 Databricks 中採用預設的彈性磁碟行為(一律啟用彈性磁碟)。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。
newClusterEnableElasticDisk?: any
屬性值
any
newClusterInitScripts
新叢集的使用者定義初始化腳本。 類型:字串陣列(或 Expression 搭配 resultType 字串陣列)。
newClusterInitScripts?: any
屬性值
any
newClusterLogDestination
指定要傳遞 Spark 驅動程式、背景工作和事件記錄檔的位置。 Type:string (或 expression with resultType string) 。
newClusterLogDestination?: any
屬性值
any
newClusterNodeType
新作業叢集的節點類型。 如果指定 newClusterVersion 且未指定 instancePoolId,則需要此屬性。 如果指定 instancePoolId,則會忽略這個屬性。 Type:string (或 expression with resultType string) 。
newClusterNodeType?: any
屬性值
any
newClusterNumOfWorker
如果未使用現有的互動式叢集,這會指定要用於新作業叢集或實例集區的背景工作節點數目。 對於新的作業叢集,這是字串格式的 Int32,例如 '1' 表示 numOfWorker 為 1 或 '1:10' 表示從 1(最小值)自動調整為 10(最大值)。 例如集區,這是字串格式的 Int32,而且只能指定固定數目的背景工作節點,例如 『2』。 如果指定 newClusterVersion,則為必要專案。 Type:string (或 expression with resultType string) 。
newClusterNumOfWorker?: any
屬性值
any
newClusterSparkConf
一組選擇性、使用者指定的Spark組態索引鍵/值組。
newClusterSparkConf?: {[propertyName: string]: any}
屬性值
{[propertyName: string]: any}
newClusterSparkEnvVars
一組選擇性、使用者指定的Spark環境變數機碼/值組。
newClusterSparkEnvVars?: {[propertyName: string]: any}
屬性值
{[propertyName: string]: any}
newClusterVersion
如果未使用現有的互動式叢集,這會指定針對每個活動執行所建立之新作業叢集或實例集區節點的Spark版本。 如果指定 instancePoolId,則為必要專案。 Type:string (或 expression with resultType string) 。
newClusterVersion?: any
屬性值
any
policyId
限制根據使用者定義規則集設定叢集的能力的原則標識碼。 Type:string (或 expression with resultType string) 。
policyId?: any
屬性值
any
type
多型歧視性,指定這個物件可以是的不同類型
type: "AzureDatabricks"
屬性值
"AzureDatabricks"
workspaceResourceId
databricks REST API 的工作區資源標識符。 Type:string (或 expression with resultType string) 。
workspaceResourceId?: any
屬性值
any
繼承的屬性詳細資料
annotations
connectVia
整合運行時間參考。
connectVia?: IntegrationRuntimeReference
屬性值
description
parameters
連結服務的參數。
parameters?: {[propertyName: string]: ParameterSpecification}
屬性值
{[propertyName: string]: ParameterSpecification}