PrestoLinkedService Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
GitHub'da bizimle işbirliği yapın
Bu içeriğin kaynağı GitHub'da bulunabilir; burada ayrıca sorunları ve çekme isteklerini oluşturup gözden geçirebilirsiniz. Daha fazla bilgi için katkıda bulunan kılavuzumuzu inceleyin.
Azure SDK for .NET