PostgreSqlConnectionInfo Class
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.
Information for connecting to PostgreSQL server.
public class PostgreSqlConnectionInfo : Azure.ResourceManager.DataMigration.Models.ConnectionInfo, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.DataMigration.Models.PostgreSqlConnectionInfo>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.DataMigration.Models.PostgreSqlConnectionInfo>
type PostgreSqlConnectionInfo = class
inherit ConnectionInfo
interface IJsonModel<PostgreSqlConnectionInfo>
interface IPersistableModel<PostgreSqlConnectionInfo>
Public Class PostgreSqlConnectionInfo
Inherits ConnectionInfo
Implements IJsonModel(Of PostgreSqlConnectionInfo), IPersistableModel(Of PostgreSqlConnectionInfo)
- Inheritance
- Implements
Constructors
PostgreSqlConnectionInfo(String, Int32) |
Initializes a new instance of PostgreSqlConnectionInfo. |
Properties
AdditionalSettings |
Additional connection settings. |
Authentication |
Authentication type to use for connection. |
DatabaseName |
Name of the database. |
DataSource |
Data source. |
EncryptConnection |
Whether to encrypt the connection. |
Password |
Password credential. (Inherited from ConnectionInfo) |
Port |
Port for Server. |
ServerBrandVersion |
server brand version. |
ServerName |
Name of the server. |
ServerVersion |
server version. |
TrustServerCertificate |
Whether to trust the server certificate. |
UserName |
User name. (Inherited from ConnectionInfo) |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |