SqlPoolRestoreArgs

data class SqlPoolRestoreArgs(val pointInTime: Output<String>, val sourceDatabaseId: Output<String>) : ConvertibleToJava<SqlPoolRestoreArgs>

Constructors

Link copied to clipboard
constructor(pointInTime: Output<String>, sourceDatabaseId: Output<String>)

Properties

Link copied to clipboard
val pointInTime: Output<String>

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.

Functions

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