Share via


MigrateSqlServerSqlMITaskProperties interface

Properties for task that migrates SQL Server databases to Azure SQL Database Managed Instance

Extends

Properties

createdOn

DateTime in UTC when the task was created

input

Task input

isCloneable

whether the task can be cloned or not

output

Task output. This is ignored if submitted. NOTE: This property will not be serialized. It can only be populated by the server.

parentTaskId

parent task id

taskId

task id

taskType

Polymorphic discriminator, which specifies the different types this object can be

Inherited Properties

clientData

Key value pairs of client data to attach meta data information to task

commands

Array of command properties. NOTE: This property will not be serialized. It can only be populated by the server.

errors

Array of errors. This is ignored if submitted. NOTE: This property will not be serialized. It can only be populated by the server.

state

The state of the task. This is ignored if submitted. NOTE: This property will not be serialized. It can only be populated by the server.

Property Details

createdOn

DateTime in UTC when the task was created

createdOn?: string

Property Value

string

input

Task input

input?: MigrateSqlServerSqlMITaskInput

Property Value

isCloneable

whether the task can be cloned or not

isCloneable?: boolean

Property Value

boolean

output

Task output. This is ignored if submitted. NOTE: This property will not be serialized. It can only be populated by the server.

output?: MigrateSqlServerSqlMITaskOutputUnion[]

Property Value

parentTaskId

parent task id

parentTaskId?: string

Property Value

string

taskId

task id

taskId?: string

Property Value

string

taskType

Polymorphic discriminator, which specifies the different types this object can be

taskType: "Migrate.SqlServer.AzureSqlDbMI"

Property Value

"Migrate.SqlServer.AzureSqlDbMI"

Inherited Property Details

clientData

Key value pairs of client data to attach meta data information to task

clientData?: {[propertyName: string]: string}

Property Value

{[propertyName: string]: string}

Inherited From ProjectTaskProperties.clientData

commands

Array of command properties. NOTE: This property will not be serialized. It can only be populated by the server.

commands?: CommandPropertiesUnion[]

Property Value

Inherited From ProjectTaskProperties.commands

errors

Array of errors. This is ignored if submitted. NOTE: This property will not be serialized. It can only be populated by the server.

errors?: ODataError[]

Property Value

Inherited From ProjectTaskProperties.errors

state

The state of the task. This is ignored if submitted. NOTE: This property will not be serialized. It can only be populated by the server.

state?: string

Property Value

string

Inherited From ProjectTaskProperties.state