ValidateMigrationInputSqlServerSqlDbSyncTaskProperties interface
Properties for task that validates migration input for SQL to Azure SQL DB sync migrations
Properties
client |
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. |
input | Task input |
output | Task output. 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. 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. |
task |
Polymorphic Discriminator |
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}
commands
Array of command properties. NOTE: This property will not be serialized. It can only be populated by the server.
commands?: CommandPropertiesUnion[]
Property Value
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
input
Task input
input?: ValidateSyncMigrationInputSqlServerTaskInput
Property Value
output
Task output. This is ignored if submitted. NOTE: This property will not be serialized. It can only be populated by the server.
output?: ValidateSyncMigrationInputSqlServerTaskOutput[]
Property Value
state
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.
state?: TaskState
Property Value
taskType
Polymorphic Discriminator
taskType: "ValidateMigrationInput.SqlServer.SqlDb.Sync"
Property Value
"ValidateMigrationInput.SqlServer.SqlDb.Sync"