次の方法で共有


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