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

HBaseLinkedService 构造函数

定义

重载

HBaseLinkedService()

初始化 HBaseLinkedService 类的新实例。

HBaseLinkedService(Object, String, IDictionary<String,Object>, IntegrationRuntimeReference, String, IDictionary<String,ParameterSpecification>, IList<Object>, Object, Object, Object, SecretBase, Object, Object, Object, Object, Object)

初始化 HBaseLinkedService 类的新实例。

HBaseLinkedService()

初始化 HBaseLinkedService 类的新实例。

public HBaseLinkedService ();
Public Sub New ()

适用于

HBaseLinkedService(Object, String, IDictionary<String,Object>, IntegrationRuntimeReference, String, IDictionary<String,ParameterSpecification>, IList<Object>, Object, Object, Object, SecretBase, Object, Object, Object, Object, Object)

初始化 HBaseLinkedService 类的新实例。

public HBaseLinkedService (object host, string authenticationType, 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, object port = default, object httpPath = default, object username = default, Microsoft.Azure.Management.DataFactory.Models.SecretBase password = default, object enableSsl = default, object trustedCertPath = default, object allowHostNameCNMismatch = default, object allowSelfSignedServerCert = default, object encryptedCredential = default);
new Microsoft.Azure.Management.DataFactory.Models.HBaseLinkedService : obj * string * 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> * obj * obj * obj * Microsoft.Azure.Management.DataFactory.Models.SecretBase * obj * obj * obj * obj * obj -> Microsoft.Azure.Management.DataFactory.Models.HBaseLinkedService
Public Sub New (host As Object, authenticationType As String, 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 port As Object = Nothing, Optional httpPath As Object = Nothing, Optional username As Object = Nothing, Optional password As SecretBase = Nothing, Optional enableSsl As Object = Nothing, Optional trustedCertPath As Object = Nothing, Optional allowHostNameCNMismatch As Object = Nothing, Optional allowSelfSignedServerCert As Object = Nothing, Optional encryptedCredential As Object = Nothing)

参数

host
Object

HBase 服务器的 IP 地址或主机名。 (即 192.168.222.160)

authenticationType
String

用于连接到 HBase 服务器的身份验证机制。 可能的值包括:“Anonymous”、“Basic”

additionalProperties
IDictionary<String,Object>

此集合反序列化消息中的不匹配属性

connectVia
IntegrationRuntimeReference

集成运行时引用。

description
String

链接服务说明。

parameters
IDictionary<String,ParameterSpecification>

链接服务的参数。

annotations
IList<Object>

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

port
Object

HBase 实例用来侦听客户端连接的 TCP 端口。 默认值为 9090。

httpPath
Object

对应于 HBase 服务器的部分 URL。 (即 /gateway/sandbox/hbase/version)

username
Object

用于连接到 HBase 实例的用户名。

password
SecretBase

用户名所对应的密码。

enableSsl
Object

指定是否使用 SSL 加密到服务器的连接。 默认值为 false。

trustedCertPath
Object

包含受信任 CA 证书(通过 SSL 进行连接时用于验证服务器)的 .pem 文件的完整路径。 只有在自托管 IR 上使用 SSL 时才能设置此属性。 默认值是随 IR 一起安装的 cacerts.pem 文件。

allowHostNameCNMismatch
Object

指定通过 SSL 进行连接时是否要求 CA 颁发的 SSL 证书的名称与服务器的主机名相匹配。 默认值为 false。

allowSelfSignedServerCert
Object

指定是否允许来自服务器的自签名证书。 默认值为 false。

encryptedCredential
Object

用于身份验证的加密凭据。 使用集成运行时凭据管理器加密凭据。 类型:字符串 (或带有 resultType 字符串) 的表达式。

适用于