Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface MigrateMySqlAzureDbForMySqlSyncTaskProperties

Package version

Properties for the task that migrates MySQL databases to Azure Database for MySQL for online migrations

Hierarchy

  • MigrateMySqlAzureDbForMySqlSyncTaskProperties

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.MySql.AzureDbForMySql.Sync"

Polymorphic Discriminator

Generated using TypeDoc