ArmDataMigrationModelFactory.MigratePostgreSqlAzureDBForPostgreSqlSyncTaskOutputMigrationLevel Method
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.
Initializes a new instance of MigratePostgreSqlAzureDBForPostgreSqlSyncTaskOutputMigrationLevel.
public static Azure.ResourceManager.DataMigration.Models.MigratePostgreSqlAzureDBForPostgreSqlSyncTaskOutputMigrationLevel MigratePostgreSqlAzureDBForPostgreSqlSyncTaskOutputMigrationLevel (string id = default, DateTimeOffset? startedOn = default, DateTimeOffset? endedOn = default, string sourceServerVersion = default, string sourceServer = default, string targetServerVersion = default, string targetServer = default, Azure.ResourceManager.DataMigration.Models.ScenarioSource? sourceServerType = default, Azure.ResourceManager.DataMigration.Models.ScenarioTarget? targetServerType = default, Azure.ResourceManager.DataMigration.Models.ReplicateMigrationState? state = default, float? databaseCount = default);
static member MigratePostgreSqlAzureDBForPostgreSqlSyncTaskOutputMigrationLevel : string * Nullable<DateTimeOffset> * Nullable<DateTimeOffset> * string * string * string * string * Nullable<Azure.ResourceManager.DataMigration.Models.ScenarioSource> * Nullable<Azure.ResourceManager.DataMigration.Models.ScenarioTarget> * Nullable<Azure.ResourceManager.DataMigration.Models.ReplicateMigrationState> * Nullable<single> -> Azure.ResourceManager.DataMigration.Models.MigratePostgreSqlAzureDBForPostgreSqlSyncTaskOutputMigrationLevel
Public Shared Function MigratePostgreSqlAzureDBForPostgreSqlSyncTaskOutputMigrationLevel (Optional id As String = Nothing, Optional startedOn As Nullable(Of DateTimeOffset) = Nothing, Optional endedOn As Nullable(Of DateTimeOffset) = Nothing, Optional sourceServerVersion As String = Nothing, Optional sourceServer As String = Nothing, Optional targetServerVersion As String = Nothing, Optional targetServer As String = Nothing, Optional sourceServerType As Nullable(Of ScenarioSource) = Nothing, Optional targetServerType As Nullable(Of ScenarioTarget) = Nothing, Optional state As Nullable(Of ReplicateMigrationState) = Nothing, Optional databaseCount As Nullable(Of Single) = Nothing) As MigratePostgreSqlAzureDBForPostgreSqlSyncTaskOutputMigrationLevel
Parameters
- id
- String
Result identifier.
- startedOn
- Nullable<DateTimeOffset>
Migration start time.
- endedOn
- Nullable<DateTimeOffset>
Migration end time.
- sourceServerVersion
- String
Source server version.
- sourceServer
- String
Source server name.
- targetServerVersion
- String
Target server version.
- targetServer
- String
Target server name.
- sourceServerType
- Nullable<ScenarioSource>
Source server type.
- targetServerType
- Nullable<ScenarioTarget>
Target server type.
- state
- Nullable<ReplicateMigrationState>
Migration status.
Returns
A new MigratePostgreSqlAzureDBForPostgreSqlSyncTaskOutputMigrationLevel instance for mocking.
Applies to
Azure SDK for .NET