次の方法で共有


HiveLinkedService コンストラクター

定義

オーバーロード

HiveLinkedService()

HiveLinkedService クラスの新しいインスタンスを初期化します。

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

HiveLinkedService クラスの新しいインスタンスを初期化します。

HiveLinkedService()

HiveLinkedService クラスの新しいインスタンスを初期化します。

public HiveLinkedService ();
Public Sub New ()

適用対象

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

HiveLinkedService クラスの新しいインスタンスを初期化します。

public HiveLinkedService (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, string serverType = default, string thriftTransportProtocol = default, object serviceDiscoveryMode = default, object zooKeeperNameSpace = default, object useNativeQuery = default, object username = default, Microsoft.Azure.Management.DataFactory.Models.SecretBase password = default, object httpPath = default, object enableSsl = default, object trustedCertPath = default, object useSystemTrustStore = default, object allowHostNameCNMismatch = default, object allowSelfSignedServerCert = default, object encryptedCredential = default);
new Microsoft.Azure.Management.DataFactory.Models.HiveLinkedService : 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 * string * string * obj * obj * obj * obj * Microsoft.Azure.Management.DataFactory.Models.SecretBase * obj * obj * obj * obj * obj * obj * obj -> Microsoft.Azure.Management.DataFactory.Models.HiveLinkedService
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 serverType As String = Nothing, Optional thriftTransportProtocol As String = Nothing, Optional serviceDiscoveryMode As Object = Nothing, Optional zooKeeperNameSpace As Object = Nothing, Optional useNativeQuery As Object = Nothing, Optional username As Object = Nothing, Optional password As SecretBase = Nothing, Optional httpPath As Object = Nothing, Optional enableSsl As Object = Nothing, Optional trustedCertPath As Object = Nothing, Optional useSystemTrustStore As Object = Nothing, Optional allowHostNameCNMismatch As Object = Nothing, Optional allowSelfSignedServerCert As Object = Nothing, Optional encryptedCredential As Object = Nothing)

パラメーター

host
Object

Hive サーバーの IP アドレスまたはホスト名。複数のホストは ';' で区切ります (serviceDiscoveryMode が有効な場合のみ)。

authenticationType
String

Hive サーバーへのアクセスに使用する認証方法。 使用できる値は、'Anonymous'、'Username'、'UsernameAndPassword'、'WindowsAzureHDInsightService' です。

additionalProperties
IDictionary<String,Object>

メッセージの一致しないプロパティは、このコレクションを逆シリアル化します

connectVia
IntegrationRuntimeReference

統合ランタイム参照。

description
String

リンクされたサービスの説明。

parameters
IDictionary<String,ParameterSpecification>

リンクされたサービスのパラメーター。

annotations
IList<Object>

リンクされたサービスの説明に使用できるタグの一覧。

port
Object

Hive サーバーがクライアント接続のリッスンに使用する TCP ポート。

serverType
String

Hive サーバーの種類。 指定できる値は、'HiveServer1'、'HiveServer2'、'HiveThriftServer' です。

thriftTransportProtocol
String

Thrift レイヤーで使用するトランスポート プロトコル。 指定できる値は、'Binary'、'SASL'、'HTTP' です。

serviceDiscoveryMode
Object

ZooKeeper サービスの使用を指定する場合は true、そうでない場合は false。

zooKeeperNameSpace
Object

Hive サーバーの 2 ノードが追加される ZooKeeper 上の名前空間。

useNativeQuery
Object

ドライバーがネイティブの HiveQL クエリを使用するか、または HiveQL の同等の形式に変換するかを指定します。

username
Object

Hive サーバーへのアクセスに使用するユーザー名。

password
SecretBase

[ユーザー名] フィールドに指定したユーザー名に対応するパスワード

httpPath
Object

Hive サーバーに対応する部分的な URL。

enableSsl
Object

SSL を使用して、サーバーへの接続を暗号化するかどうかを指定します。 既定値は false です。

trustedCertPath
Object

SSL 経由で接続するときにサーバーを検証するための信頼された CA 証明書を含む .pem ファイルの完全なパス。 このプロパティは、セルフホステッド IR で SSL を使用する場合にのみ設定できます。 既定値は、IR でインストールされる cacerts.pem ファイルです。

useSystemTrustStore
Object

システムの信頼ストアと指定した PEM ファイルのどちらの CA 証明書を使用するかを指定します。 既定値は false です。

allowHostNameCNMismatch
Object

SSL 経由で接続するときに、CA が発行した SSL 証明書名がサーバーのホスト名と一致する必要があるかどうかを指定します。 既定値は false です。

allowSelfSignedServerCert
Object

サーバーからの自己署名証明書を許可するかどうかを指定します。 既定値は false です。

encryptedCredential
Object

認証に使用される暗号化された資格情報。 資格情報は、統合ランタイム資格情報マネージャーを使用して暗号化されます。 型: string (または resultType 文字列を含む式)。

適用対象