你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

MigratePostgreSqlAzureDbForPostgreSqlSyncDatabaseInput Class

Definition

Database specific information for PostgreSQL to Azure Database for PostgreSQL migration task inputs

public class MigratePostgreSqlAzureDbForPostgreSqlSyncDatabaseInput
type MigratePostgreSqlAzureDbForPostgreSqlSyncDatabaseInput = class
Public Class MigratePostgreSqlAzureDbForPostgreSqlSyncDatabaseInput
Inheritance
MigratePostgreSqlAzureDbForPostgreSqlSyncDatabaseInput

Constructors

MigratePostgreSqlAzureDbForPostgreSqlSyncDatabaseInput()

Initializes a new instance of the MigratePostgreSqlAzureDbForPostgreSqlSyncDatabaseInput class.

MigratePostgreSqlAzureDbForPostgreSqlSyncDatabaseInput(String, String, IDictionary<String,String>, IDictionary<String,String>, IDictionary<String,String>)

Initializes a new instance of the MigratePostgreSqlAzureDbForPostgreSqlSyncDatabaseInput class.

Properties

MigrationSetting

Gets or sets migration settings which tune the migration behavior

Name

Gets or sets name of the database

SourceSetting

Gets or sets source settings to tune source endpoint migration behavior

TargetDatabaseName

Gets or sets name of target database. Note: Target database will be truncated before starting migration.

TargetSetting

Gets or sets target settings to tune target endpoint migration behavior

Applies to