OnPremisesPostgreSqlLinkedService Class

Definition

Linked Service for PostgreSql data source.

[Microsoft.Azure.Management.DataFactories.Models.AdfTypeName("OnPremisesPostgreSql")]
public class OnPremisesPostgreSqlLinkedService : Microsoft.Azure.Management.DataFactories.Models.LinkedServiceTypeProperties
Inheritance
OnPremisesPostgreSqlLinkedService
Attributes

Constructors

OnPremisesPostgreSqlLinkedService()
OnPremisesPostgreSqlLinkedService(String, String, String, String)

Properties

AuthenticationType

Required. AuthenticationType to be used for connection.

Database

Required. Database name for connection.

EncryptedCredential

Optional. The encrypted credential for authentication.

GatewayName

Required. The on-premises gateway name.

Password

Optional. Password for authentication.

Schema

Optional. Schema name for connection.

Server

Required. Server name for connection.

Username

Optional. Username for authentication.

Extension Methods

IsDefined(Object)
IsNull(Object)
IsPrimitive(Object)