PrestoLinkedService(Object, Object, Object, PrestoAuthenticationType) Constructor

Definition

Initializes a new instance of PrestoLinkedService.

public PrestoLinkedService (object host, object serverVersion, object catalog, Azure.Analytics.Synapse.Artifacts.Models.PrestoAuthenticationType authenticationType);
new Azure.Analytics.Synapse.Artifacts.Models.PrestoLinkedService : obj * obj * obj * Azure.Analytics.Synapse.Artifacts.Models.PrestoAuthenticationType -> Azure.Analytics.Synapse.Artifacts.Models.PrestoLinkedService
Public Sub New (host As Object, serverVersion As Object, catalog As Object, authenticationType As PrestoAuthenticationType)

Parameters

host
Object

The IP address or host name of the Presto server. (i.e. 192.168.222.160).

serverVersion
Object

The version of the Presto server. (i.e. 0.148-t).

catalog
Object

The catalog context for all request against the server.

authenticationType
PrestoAuthenticationType

The authentication mechanism used to connect to the Presto server.

Exceptions

host, serverVersion or catalog is null.

Applies to