Share via


PrestoLinkedService Constructor

Definition

Initializes a new instance of PrestoLinkedService.

public PrestoLinkedService (Azure.Core.Expressions.DataFactory.DataFactoryElement<string> host, Azure.Core.Expressions.DataFactory.DataFactoryElement<string> serverVersion, Azure.Core.Expressions.DataFactory.DataFactoryElement<string> catalog, Azure.ResourceManager.DataFactory.Models.PrestoAuthenticationType authenticationType);
new Azure.ResourceManager.DataFactory.Models.PrestoLinkedService : Azure.Core.Expressions.DataFactory.DataFactoryElement<string> * Azure.Core.Expressions.DataFactory.DataFactoryElement<string> * Azure.Core.Expressions.DataFactory.DataFactoryElement<string> * Azure.ResourceManager.DataFactory.Models.PrestoAuthenticationType -> Azure.ResourceManager.DataFactory.Models.PrestoLinkedService
Public Sub New (host As DataFactoryElement(Of String), serverVersion As DataFactoryElement(Of String), catalog As DataFactoryElement(Of String), authenticationType As PrestoAuthenticationType)

Parameters

host
DataFactoryElement<String>

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

serverVersion
DataFactoryElement<String>

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

catalog
DataFactoryElement<String>

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