Freigeben über


PrestoLinkedService Konstruktor

Definition

Initialisiert eine neue instance von 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)

Parameter

host
DataFactoryElement<String>

IP-Adresse oder Hostname des Presto-Servers. (d. h. 192.168.222.160).

serverVersion
DataFactoryElement<String>

Die Version des Presto-Servers. (d. h. 0,148 t).

catalog
DataFactoryElement<String>

Der Katalogkontext für alle Anforderungen an den Server.

authenticationType
PrestoAuthenticationType

Der Authentifizierungsmechanismus, der für die Verbindung mit dem Presto-Server verwendet werden soll.

Ausnahmen

host, serverVersion oder catalog ist NULL.

Gilt für: