共用方式為


AzureDatabricksLinkedService interface

Azure Databricks 鏈接服務。

Extends

屬性

accessToken

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) 。

encryptedCredential

用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。

existingClusterId

將用於此活動之所有執行的現有互動式叢集標識碼。 Type:string (或 expression with resultType string) 。

instancePoolId

將用於此活動之所有執行的現有實例集區的標識碼。 Type:string (或 expression with resultType string) 。

newClusterCustomTags

叢集資源的其他標籤。 實例集區組態中會忽略這個屬性。

newClusterDriverNodeType

新作業叢集的驅動程序節點類型。 實例集區組態中會忽略這個屬性。 Type:string (或 expression with resultType string) 。

newClusterEnableElasticDisk

在新叢集上啟用彈性磁碟。 現在會忽略此屬性,並在 Databricks 中採用預設的彈性磁碟行為(一律啟用彈性磁碟)。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。

newClusterInitScripts

新叢集的使用者定義初始化腳本。 類型:字串陣列(或 Expression 搭配 resultType 字串陣列)。

newClusterLogDestination

指定要傳遞 Spark 驅動程式、背景工作和事件記錄檔的位置。 Type:string (或 expression with resultType string) 。

newClusterNodeType

新作業叢集的節點類型。 如果指定 newClusterVersion 且未指定 instancePoolId,則需要此屬性。 如果指定 instancePoolId,則會忽略這個屬性。 Type:string (或 expression with resultType string) 。

newClusterNumOfWorker

如果未使用現有的互動式叢集,這會指定要用於新作業叢集或實例集區的背景工作節點數目。 對於新的作業叢集,這是字串格式的 Int32,例如 '1' 表示 numOfWorker 為 1 或 '1:10' 表示從 1(最小值)自動調整為 10(最大值)。 例如集區,這是字串格式的 Int32,而且只能指定固定數目的背景工作節點,例如 『2』。 如果指定 newClusterVersion,則為必要專案。 Type:string (或 expression with resultType string) 。

newClusterSparkConf

一組選擇性、使用者指定的Spark組態索引鍵/值組。

newClusterSparkEnvVars

一組選擇性、使用者指定的Spark環境變數機碼/值組。

newClusterVersion

如果未使用現有的互動式叢集,這會指定針對每個活動執行所建立之新作業叢集或實例集區節點的Spark版本。 如果指定 instancePoolId,則為必要專案。 Type:string (或 expression with resultType string) 。

policyId

限制根據使用者定義規則集設定叢集的能力的原則標識碼。 Type:string (或 expression with resultType string) 。

type

多型歧視性,指定這個物件可以是的不同類型

workspaceResourceId

databricks REST API 的工作區資源標識符。 Type:string (或 expression with resultType string) 。

繼承的屬性

annotations

可用於描述連結服務的標籤清單。

connectVia

整合運行時間參考。

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

包含驗證資訊的認證參考。

credential?: CredentialReference

屬性值

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

可用於描述連結服務的標籤清單。

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