MigrateSqlServerSqlDbSyncTaskProperties Class

Definition

Properties for the task that migrates on-prem SQL Server databases to Azure SQL Database for online migrations

[Newtonsoft.Json.JsonObject("Migrate.SqlServer.AzureSqlDb.Sync")]
public class MigrateSqlServerSqlDbSyncTaskProperties : Microsoft.Azure.Management.DataMigration.Models.ProjectTaskProperties
[<Newtonsoft.Json.JsonObject("Migrate.SqlServer.AzureSqlDb.Sync")>]
type MigrateSqlServerSqlDbSyncTaskProperties = class
    inherit ProjectTaskProperties
Public Class MigrateSqlServerSqlDbSyncTaskProperties
Inherits ProjectTaskProperties
Inheritance
MigrateSqlServerSqlDbSyncTaskProperties
Attributes
Newtonsoft.Json.JsonObjectAttribute

Constructors

MigrateSqlServerSqlDbSyncTaskProperties()

Initializes a new instance of the MigrateSqlServerSqlDbSyncTaskProperties class.

MigrateSqlServerSqlDbSyncTaskProperties(IList<ODataError>, String, IList<CommandProperties>, IDictionary<String,String>, MigrateSqlServerSqlDbSyncTaskInput, IList<MigrateSqlServerSqlDbSyncTaskOutput>)

Initializes a new instance of the MigrateSqlServerSqlDbSyncTaskProperties class.

Properties

ClientData

Gets or sets key value pairs of client data to attach meta data information to task

(Inherited from ProjectTaskProperties)
Commands

Gets array of command properties.

(Inherited from ProjectTaskProperties)
Errors

Gets array of errors. This is ignored if submitted.

(Inherited from ProjectTaskProperties)
Input

Gets or sets task input

Output

Gets task output. This is ignored if submitted.

State

Gets the state of the task. This is ignored if submitted. Possible values include: 'Unknown', 'Queued', 'Running', 'Canceled', 'Succeeded', 'Failed', 'FailedInputValidation', 'Faulted'

(Inherited from ProjectTaskProperties)

Methods

Validate()

Validate the object.

Applies to