Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface MigrateSqlServerSqlMITaskProperties

Package version

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

Hierarchy

  • MigrateSqlServerSqlMITaskProperties

Index

Properties

Optional clientData

clientData: undefined | object

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

Optional commands

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

Optional errors

errors: ODataError[]

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

Optional input

Task input

Optional output

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

Optional state

state: TaskState

The state of the task. This is ignored if submitted. Possible values include: 'Unknown', 'Queued', 'Running', 'Canceled', 'Succeeded', 'Failed', 'FailedInputValidation', 'Faulted' NOTE: This property will not be serialized. It can only be populated by the server.

taskType

taskType: "Migrate.SqlServer.AzureSqlDbMI"

Polymorphic Discriminator

Generated using TypeDoc