Sql Pool Restore Args
data class SqlPoolRestoreArgs(val pointInTime: Output<String>, val sourceDatabaseId: Output<String>) : ConvertibleToJava<SqlPoolRestoreArgs>
Properties
Link copied to clipboard
Specifies the Snapshot time to restore formatted as an RFC3339 date string. Changing this forces a new Synapse SQL Pool to be created.
Link copied to clipboard
The ID of the Synapse SQL Pool or SQL Database which is to restore. Changing this forces a new Synapse SQL Pool to be created.