Validate Migration Input Sql Server Sql Db Sync Task Properties Args
data class ValidateMigrationInputSqlServerSqlDbSyncTaskPropertiesArgs(val clientData: Output<Map<String, String>>? = null, val input: Output<ValidateSyncMigrationInputSqlServerTaskInputArgs>? = null, val taskType: Output<String>) : ConvertibleToJava<ValidateMigrationInputSqlServerSqlDbSyncTaskPropertiesArgs>
Properties for task that validates migration input for SQL to Azure SQL DB sync migrations
Constructors
Link copied to clipboard
constructor(clientData: Output<Map<String, String>>? = null, input: Output<ValidateSyncMigrationInputSqlServerTaskInputArgs>? = null, taskType: Output<String>)