HiveLinkedService Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
HiveLinkedService() |
Initializes a new instance of the HiveLinkedService class. |
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) |
Initializes a new instance of the HiveLinkedService class. |
HiveLinkedService()
Initializes a new instance of the HiveLinkedService class.
public HiveLinkedService ();
Public Sub New ()
Applies to
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)
Initializes a new instance of the HiveLinkedService class.
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)
Parameters
- host
- Object
IP address or host name of the Hive server, separated by ';' for multiple hosts (only when serviceDiscoveryMode is enable).
- authenticationType
- String
The authentication method used to access the Hive server. Possible values include: 'Anonymous', 'Username', 'UsernameAndPassword', 'WindowsAzureHDInsightService'
- additionalProperties
- IDictionary<String,Object>
Unmatched properties from the message are deserialized this collection
- connectVia
- IntegrationRuntimeReference
The integration runtime reference.
- description
- String
Linked service description.
- parameters
- IDictionary<String,ParameterSpecification>
Parameters for linked service.
- port
- Object
The TCP port that the Hive server uses to listen for client connections.
- serverType
- String
The type of Hive server. Possible values include: 'HiveServer1', 'HiveServer2', 'HiveThriftServer'
- thriftTransportProtocol
- String
The transport protocol to use in the Thrift layer. Possible values include: 'Binary', 'SASL', 'HTTP '
- serviceDiscoveryMode
- Object
true to indicate using the ZooKeeper service, false not.
- zooKeeperNameSpace
- Object
The namespace on ZooKeeper under which Hive Server 2 nodes are added.
- useNativeQuery
- Object
Specifies whether the driver uses native HiveQL queries,or converts them into an equivalent form in HiveQL.
- username
- Object
The user name that you use to access Hive Server.
- password
- SecretBase
The password corresponding to the user name that you provided in the Username field
- httpPath
- Object
The partial URL corresponding to the Hive server.
- enableSsl
- Object
Specifies whether the connections to the server are encrypted using SSL. The default value is false.
- trustedCertPath
- Object
The full path of the .pem file containing trusted CA certificates for verifying the server when connecting over SSL. This property can only be set when using SSL on self-hosted IR. The default value is the cacerts.pem file installed with the IR.
- useSystemTrustStore
- Object
Specifies whether to use a CA certificate from the system trust store or from a specified PEM file. The default value is false.
- allowHostNameCNMismatch
- Object
Specifies whether to require a CA-issued SSL certificate name to match the host name of the server when connecting over SSL. The default value is false.
- allowSelfSignedServerCert
- Object
Specifies whether to allow self-signed certificates from the server. The default value is false.
- encryptedCredential
- Object
The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string (or Expression with resultType string).
Applies to
Azure SDK for .NET