MigrateSqlServerSqlDbTaskPropertiesArgs

data class MigrateSqlServerSqlDbTaskPropertiesArgs(val clientData: Output<Map<String, String>>? = null, val createdOn: Output<String>? = null, val input: Output<MigrateSqlServerSqlDbTaskInputArgs>? = null, val isCloneable: Output<Boolean>? = null, val taskId: Output<String>? = null, val taskType: Output<String>) : ConvertibleToJava<MigrateSqlServerSqlDbTaskPropertiesArgs>

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

Constructors

Link copied to clipboard
constructor(clientData: Output<Map<String, String>>? = null, createdOn: Output<String>? = null, input: Output<MigrateSqlServerSqlDbTaskInputArgs>? = null, isCloneable: Output<Boolean>? = null, taskId: Output<String>? = 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
val createdOn: Output<String>? = null

DateTime in UTC when the task was created

Link copied to clipboard

Task input

Link copied to clipboard
val isCloneable: Output<Boolean>? = null

whether the task can be cloned or not

Link copied to clipboard
val taskId: Output<String>? = null

task id

Link copied to clipboard
val taskType: Output<String>

Task type. Expected value is 'Migrate.SqlServer.SqlDb'.

Functions

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