Share via


PrestoLinkedService(Object, Object, PrestoAuthenticationType) Constructor

Definition

Initializes a new instance of PrestoLinkedService.

public PrestoLinkedService(object host, object catalog, Azure.Analytics.Synapse.Artifacts.Models.PrestoAuthenticationType authenticationType);
new Azure.Analytics.Synapse.Artifacts.Models.PrestoLinkedService : obj * obj * Azure.Analytics.Synapse.Artifacts.Models.PrestoAuthenticationType -> Azure.Analytics.Synapse.Artifacts.Models.PrestoLinkedService
Public Sub New (host 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).

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 or catalog is null.

Applies to