Share via


DataMigrationPostgreSqlConnectionInfo Class

Definition

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
DataMigrationPostgreSqlConnectionInfo
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)

Explicit Interface Implementations

IJsonModel<DataMigrationPostgreSqlConnectionInfo>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<DataMigrationPostgreSqlConnectionInfo>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IJsonModel<ServerConnectionInfo>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

(Inherited from ServerConnectionInfo)
IJsonModel<ServerConnectionInfo>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

(Inherited from ServerConnectionInfo)
IPersistableModel<DataMigrationPostgreSqlConnectionInfo>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<DataMigrationPostgreSqlConnectionInfo>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<DataMigrationPostgreSqlConnectionInfo>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

IPersistableModel<ServerConnectionInfo>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

(Inherited from ServerConnectionInfo)
IPersistableModel<ServerConnectionInfo>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

(Inherited from ServerConnectionInfo)
IPersistableModel<ServerConnectionInfo>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

(Inherited from ServerConnectionInfo)

Applies to