PostgreSqlV2LinkedService(Object, Object, Object, Object, Object) 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 PostgreSqlV2LinkedService.
public PostgreSqlV2LinkedService(object server, object username, object database, object authenticationType, object sslMode);
new Azure.Analytics.Synapse.Artifacts.Models.PostgreSqlV2LinkedService : obj * obj * obj * obj * obj -> Azure.Analytics.Synapse.Artifacts.Models.PostgreSqlV2LinkedService
Public Sub New (server As Object, username As Object, database As Object, authenticationType As Object, sslMode As Object)
Parameters
- server
- Object
Server name for connection. Type: string.
- username
- Object
Username for authentication. Type: string.
- database
- Object
Database name for connection. Type: string.
- authenticationType
- Object
The authentication type to use. Type: string.
- sslMode
- Object
SSL mode for connection. Type: integer. 0: disable, 1:allow, 2: prefer, 3: require, 4: verify-ca, 5: verify-full. Type: integer.
Exceptions
server
, username
, database
, authenticationType
or sslMode
is null.
Applies to
Azure SDK for .NET