你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

PrestoLinkedService 构造函数

定义

初始化 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)

参数

host
DataFactoryElement<String>

Presto 服务器的 IP 地址或主机名。 (即 192.168.222.160) 。

serverVersion
DataFactoryElement<String>

Presto 服务器的版本。 (即 0.148-t) 。

catalog
DataFactoryElement<String>

针对服务器的所有请求的目录上下文。

authenticationType
PrestoAuthenticationType

用于连接到 Presto 服务器的身份验证机制。

例外

hostserverVersioncatalog 为 null。

适用于