你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
AzureDatabricksDeltaLakeLinkedService 构造函数
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重载
AzureDatabricksDeltaLakeLinkedService() |
初始化 AzureDatabricksDeltaLakeLinkedService 类的新实例。 |
AzureDatabricksDeltaLakeLinkedService(Object, IDictionary<String, Object>, IntegrationRuntimeReference, String, IDictionary<String, ParameterSpecification>, IList<Object>, SecretBase, Object, Object, CredentialReference, Object) |
初始化 AzureDatabricksDeltaLakeLinkedService 类的新实例。 |
AzureDatabricksDeltaLakeLinkedService()
初始化 AzureDatabricksDeltaLakeLinkedService 类的新实例。
public AzureDatabricksDeltaLakeLinkedService ();
Public Sub New ()
适用于
AzureDatabricksDeltaLakeLinkedService(Object, IDictionary<String, Object>, IntegrationRuntimeReference, String, IDictionary<String, ParameterSpecification>, IList<Object>, SecretBase, Object, Object, CredentialReference, Object)
初始化 AzureDatabricksDeltaLakeLinkedService 类的新实例。
public AzureDatabricksDeltaLakeLinkedService (object domain, System.Collections.Generic.IDictionary<string,object> additionalProperties = default, Microsoft.Azure.Management.DataFactory.Models.IntegrationRuntimeReference connectVia = default, string description = default, System.Collections.Generic.IDictionary<string,Microsoft.Azure.Management.DataFactory.Models.ParameterSpecification> parameters = default, System.Collections.Generic.IList<object> annotations = default, Microsoft.Azure.Management.DataFactory.Models.SecretBase accessToken = default, object clusterId = default, object encryptedCredential = default, Microsoft.Azure.Management.DataFactory.Models.CredentialReference credential = default, object workspaceResourceId = default);
new Microsoft.Azure.Management.DataFactory.Models.AzureDatabricksDeltaLakeLinkedService : obj * System.Collections.Generic.IDictionary<string, obj> * Microsoft.Azure.Management.DataFactory.Models.IntegrationRuntimeReference * string * System.Collections.Generic.IDictionary<string, Microsoft.Azure.Management.DataFactory.Models.ParameterSpecification> * System.Collections.Generic.IList<obj> * Microsoft.Azure.Management.DataFactory.Models.SecretBase * obj * obj * Microsoft.Azure.Management.DataFactory.Models.CredentialReference * obj -> Microsoft.Azure.Management.DataFactory.Models.AzureDatabricksDeltaLakeLinkedService
Public Sub New (domain As Object, Optional additionalProperties As IDictionary(Of String, Object) = Nothing, Optional connectVia As IntegrationRuntimeReference = Nothing, Optional description As String = Nothing, Optional parameters As IDictionary(Of String, ParameterSpecification) = Nothing, Optional annotations As IList(Of Object) = Nothing, Optional accessToken As SecretBase = Nothing, Optional clusterId As Object = Nothing, Optional encryptedCredential As Object = Nothing, Optional credential As CredentialReference = Nothing, Optional workspaceResourceId As Object = Nothing)
参数
- domain
- Object
<REGION.azuredatabricks.net>,Databricks 部署的域名。 类型:字符串 (或带有 resultType 字符串) 的表达式。
- additionalProperties
- IDictionary<String,Object>
此集合反序列化消息中的不匹配属性
- connectVia
- IntegrationRuntimeReference
集成运行时引用。
- description
- String
链接服务说明。
- parameters
- IDictionary<String,ParameterSpecification>
链接服务的参数。
- accessToken
- SecretBase
databricks REST API 的访问令牌。 请参阅 https://docs.azuredatabricks.net/api/latest/authentication.html 。 类型:string、SecureString 或 AzureKeyVaultSecretReference。
- clusterId
- Object
将用于此作业的所有运行的现有交互式群集的 ID。 类型:字符串 (或带有 resultType 字符串) 的表达式。
- encryptedCredential
- Object
用于身份验证的加密凭据。 使用集成运行时凭据管理器加密凭据。 类型:字符串 (或带有 resultType 字符串) 的表达式。
- credential
- CredentialReference
包含身份验证信息的凭据引用。
- workspaceResourceId
- Object
databricks REST API 的工作区资源 ID。 类型:字符串 (或带有 resultType 字符串) 的表达式。