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