MigratePostgreSqlAzureDbForPostgreSqlSyncDatabaseInput 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.
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 |