PrestoLinkedService Class
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.
Presto server linked service.
[Microsoft.Rest.Serialization.JsonTransformation]
[Newtonsoft.Json.JsonObject("Presto")]
public class PrestoLinkedService : Microsoft.Azure.Management.DataFactory.Models.LinkedService
[<Microsoft.Rest.Serialization.JsonTransformation>]
[<Newtonsoft.Json.JsonObject("Presto")>]
type PrestoLinkedService = class
inherit LinkedService
Public Class PrestoLinkedService
Inherits LinkedService
- Inheritance
- Attributes
-
JsonTransformationAttribute Newtonsoft.Json.JsonObjectAttribute
Constructors
PrestoLinkedService() |
Initializes a new instance of the PrestoLinkedService class. |
PrestoLinkedService(Object, Object, Object, String, IDictionary<String, Object>, IntegrationRuntimeReference, String, IDictionary<String, ParameterSpecification>, IList<Object>, Object, Object, SecretBase, Object, Object, Object, Object, Object, Object, Object) |
Initializes a new instance of the PrestoLinkedService class. |
Properties
AdditionalProperties |
Gets or sets unmatched properties from the message are deserialized this collection (Inherited from LinkedService) |
AllowHostNameCNMismatch |
Gets or sets 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 |
Gets or sets specifies whether to allow self-signed certificates from the server. The default value is false. |
Annotations |
Gets or sets list of tags that can be used for describing the linked service. (Inherited from LinkedService) |
AuthenticationType |
Gets or sets the authentication mechanism used to connect to the Presto server. Possible values include: 'Anonymous', 'LDAP' |
Catalog |
Gets or sets the catalog context for all request against the server. |
ConnectVia |
Gets or sets the integration runtime reference. (Inherited from LinkedService) |
Description |
Gets or sets linked service description. (Inherited from LinkedService) |
EnableSsl |
Gets or sets specifies whether the connections to the server are encrypted using SSL. The default value is false. |
EncryptedCredential |
Gets or sets the encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string (or Expression with resultType string). |
Host |
Gets or sets the IP address or host name of the Presto server. (i.e. 192.168.222.160) |
Parameters |
Gets or sets parameters for linked service. (Inherited from LinkedService) |
Password |
Gets or sets the password corresponding to the user name. |
Port |
Gets or sets the TCP port that the Presto server uses to listen for client connections. The default value is 8080. |
ServerVersion |
Gets or sets the version of the Presto server. (i.e. 0.148-t) |
TimeZoneID |
Gets or sets the local time zone used by the connection. Valid values for this option are specified in the IANA Time Zone Database. The default value is the system time zone. |
TrustedCertPath |
Gets or sets 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. |
Username |
Gets or sets the user name used to connect to the Presto server. |
UseSystemTrustStore |
Gets or sets specifies whether to use a CA certificate from the system trust store or from a specified PEM file. The default value is false. |
Methods
Validate() |
Validate the object. |
Applies to
Azure SDK for .NET