GetUserTablesSqlSyncTaskPropertiesArgs

data class GetUserTablesSqlSyncTaskPropertiesArgs(val input: Output<GetUserTablesSqlSyncTaskInputArgs>? = null, val taskType: Output<String>) : ConvertibleToJava<GetUserTablesSqlSyncTaskPropertiesArgs>

Properties for the task that collects user tables for the given list of databases

Constructors

Link copied to clipboard
constructor(input: Output<GetUserTablesSqlSyncTaskInputArgs>? = null, taskType: Output<String>)

Properties

Link copied to clipboard

Task input

Link copied to clipboard
val taskType: Output<String>

Task type. Expected value is 'GetUserTables.AzureSqlDb.Sync'.

Functions

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