Azure Sql Reference Input Data Source Args
constructor(database: Output<String>? = null, deltaSnapshotQuery: Output<String>? = null, fullSnapshotQuery: Output<String>? = null, password: Output<String>? = null, refreshRate: Output<String>? = null, refreshType: Output<Either<String, RefreshType>>? = null, server: Output<String>? = null, table: Output<String>? = null, type: Output<String>, user: Output<String>? = null)