ValidateOracleAzureDbForPostgreSqlSyncTaskProperties interface
Properties for the task that validates a migration for Oracle to Azure Database for PostgreSQL for online migrations
- Extends
Properties
input | Input for the task that migrates Oracle databases to Azure Database for PostgreSQL for online migrations |
output | An array containing a single validation error response object NOTE: This property will not be serialized. It can only be populated by the server. |
task |
Polymorphic discriminator, which specifies the different types this object can be |
Inherited 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. |
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
input
Input for the task that migrates Oracle databases to Azure Database for PostgreSQL for online migrations
input?: MigrateOracleAzureDbPostgreSqlSyncTaskInput
Property Value
output
An array containing a single validation error response object NOTE: This property will not be serialized. It can only be populated by the server.
output?: ValidateOracleAzureDbPostgreSqlSyncTaskOutput[]
Property Value
taskType
Polymorphic discriminator, which specifies the different types this object can be
taskType: "Validate.Oracle.AzureDbPostgreSql.Sync"
Property Value
"Validate.Oracle.AzureDbPostgreSql.Sync"
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
Azure SDK for JavaScript