PrestoLinkedService(Object, Object, Object, PrestoAuthenticationType) 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 (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)
Parameters
- host
- Object
The IP address or host name of the Presto server. (i.e. 192.168.222.160).
- serverVersion
- Object
The version of the Presto server. (i.e. 0.148-t).
- catalog
- Object
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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET