次の方法で共有


MigratePostgreSqlAzureDbForPostgreSqlSyncDatabaseInput Constructors

Definition

Overloads

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.

MigratePostgreSqlAzureDbForPostgreSqlSyncDatabaseInput()

Initializes a new instance of the MigratePostgreSqlAzureDbForPostgreSqlSyncDatabaseInput class.

public MigratePostgreSqlAzureDbForPostgreSqlSyncDatabaseInput ();
Public Sub New ()

Applies to

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

Initializes a new instance of the MigratePostgreSqlAzureDbForPostgreSqlSyncDatabaseInput class.

public MigratePostgreSqlAzureDbForPostgreSqlSyncDatabaseInput (string name = default, string targetDatabaseName = default, System.Collections.Generic.IDictionary<string,string> migrationSetting = default, System.Collections.Generic.IDictionary<string,string> sourceSetting = default, System.Collections.Generic.IDictionary<string,string> targetSetting = default);
new Microsoft.Azure.Management.DataMigration.Models.MigratePostgreSqlAzureDbForPostgreSqlSyncDatabaseInput : string * string * System.Collections.Generic.IDictionary<string, string> * System.Collections.Generic.IDictionary<string, string> * System.Collections.Generic.IDictionary<string, string> -> Microsoft.Azure.Management.DataMigration.Models.MigratePostgreSqlAzureDbForPostgreSqlSyncDatabaseInput
Public Sub New (Optional name As String = Nothing, Optional targetDatabaseName As String = Nothing, Optional migrationSetting As IDictionary(Of String, String) = Nothing, Optional sourceSetting As IDictionary(Of String, String) = Nothing, Optional targetSetting As IDictionary(Of String, String) = Nothing)

Parameters

name
String

Name of the database

targetDatabaseName
String

Name of target database. Note: Target database will be truncated before starting migration.

migrationSetting
IDictionary<String,String>

Migration settings which tune the migration behavior

sourceSetting
IDictionary<String,String>

Source settings to tune source endpoint migration behavior

targetSetting
IDictionary<String,String>

Target settings to tune target endpoint migration behavior

Applies to