Поделиться через


MigratePostgreSqlAzureDBForPostgreSqlSyncTaskInput Class

Definition

Input for the task that migrates PostgreSQL databases to Azure Database for PostgreSQL for online migrations.

public class MigratePostgreSqlAzureDBForPostgreSqlSyncTaskInput : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.DataMigration.Models.MigratePostgreSqlAzureDBForPostgreSqlSyncTaskInput>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.DataMigration.Models.MigratePostgreSqlAzureDBForPostgreSqlSyncTaskInput>
type MigratePostgreSqlAzureDBForPostgreSqlSyncTaskInput = class
    interface IJsonModel<MigratePostgreSqlAzureDBForPostgreSqlSyncTaskInput>
    interface IPersistableModel<MigratePostgreSqlAzureDBForPostgreSqlSyncTaskInput>
Public Class MigratePostgreSqlAzureDBForPostgreSqlSyncTaskInput
Implements IJsonModel(Of MigratePostgreSqlAzureDBForPostgreSqlSyncTaskInput), IPersistableModel(Of MigratePostgreSqlAzureDBForPostgreSqlSyncTaskInput)
Inheritance
MigratePostgreSqlAzureDBForPostgreSqlSyncTaskInput
Implements

Constructors

MigratePostgreSqlAzureDBForPostgreSqlSyncTaskInput(IEnumerable<MigratePostgreSqlAzureDBForPostgreSqlSyncDatabaseInput>, PostgreSqlConnectionInfo, PostgreSqlConnectionInfo)

Initializes a new instance of MigratePostgreSqlAzureDBForPostgreSqlSyncTaskInput.

Properties

EncryptedKeyForSecureFields

encrypted key for secure fields.

SelectedDatabases

Databases to migrate.

SourceConnectionInfo

Connection information for source PostgreSQL.

StartedOn

Migration start time.

TargetConnectionInfo

Connection information for target Azure Database for PostgreSQL.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<MigratePostgreSqlAzureDBForPostgreSqlSyncTaskInput>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<MigratePostgreSqlAzureDBForPostgreSqlSyncTaskInput>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<MigratePostgreSqlAzureDBForPostgreSqlSyncTaskInput>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<MigratePostgreSqlAzureDBForPostgreSqlSyncTaskInput>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<MigratePostgreSqlAzureDBForPostgreSqlSyncTaskInput>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to