OnPremisesPostgreSqlLinkedService Constructors

Definition

Overloads

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

OnPremisesPostgreSqlLinkedService()

public OnPremisesPostgreSqlLinkedService ();
Public Sub New ()

Applies to

OnPremisesPostgreSqlLinkedService(String, String, String, String)

public OnPremisesPostgreSqlLinkedService (string gatewayName, string server, string database, string authenticationType);
new Microsoft.Azure.Management.DataFactories.Models.OnPremisesPostgreSqlLinkedService : string * string * string * string -> Microsoft.Azure.Management.DataFactories.Models.OnPremisesPostgreSqlLinkedService
Public Sub New (gatewayName As String, server As String, database As String, authenticationType As String)

Parameters

gatewayName
String
server
String
database
String
authenticationType
String

Applies to