OnPremisesPostgreSqlLinkedService Constructors
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.
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