你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
PrestoLinkedService(Object, Object, Object, PrestoAuthenticationType) 构造函数
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
初始化 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)
参数
- host
- Object
Presto 服务器的 IP 地址或主机名。 (即 192.168.222.160) 。
- serverVersion
- Object
Presto 服务器的版本。 (即 0.148-t) 。
- catalog
- Object
针对服务器的所有请求的目录上下文。
- authenticationType
- PrestoAuthenticationType
用于连接到 Presto 服务器的身份验证机制。
例外
host
、serverVersion
或 catalog
为 null。