MigrateSqlServerSqlDbSyncTaskPropertiesArgs

data class MigrateSqlServerSqlDbSyncTaskPropertiesArgs(val clientData: Output<Map<String, String>>? = null, val input: Output<MigrateSqlServerSqlDbSyncTaskInputArgs>? = null, val taskType: Output<String>) : ConvertibleToJava<MigrateSqlServerSqlDbSyncTaskPropertiesArgs>

Properties for the task that migrates on-prem SQL Server databases to Azure SQL Database for online migrations

Constructors

constructor(clientData: Output<Map<String, String>>? = null, input: Output<MigrateSqlServerSqlDbSyncTaskInputArgs>? = null, taskType: Output<String>)

Properties

Link copied to clipboard
val clientData: Output<Map<String, String>>? = null

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

Link copied to clipboard

Task input

Link copied to clipboard
val taskType: Output<String>

Task type. Expected value is 'Migrate.SqlServer.AzureSqlDb.Sync'.

Functions

Link copied to clipboard
open override fun toJava(): MigrateSqlServerSqlDbSyncTaskPropertiesArgs