SynapseSqlPoolData.CreateMode Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies the mode of sql pool creation.
Default: regular sql pool creation.
PointInTimeRestore: Creates a sql pool by restoring a point in time backup of an existing sql pool. sourceDatabaseId must be specified as the resource ID of the existing sql pool, and restorePointInTime must be specified.
Recovery: Creates a sql pool by a geo-replicated backup. sourceDatabaseId must be specified as the recoverableDatabaseId to restore.
Restore: Creates a sql pool by restoring a backup of a deleted sql pool. SourceDatabaseId should be the sql pool's original resource ID. SourceDatabaseId and sourceDatabaseDeletionDate must be specified.
public Azure.ResourceManager.Synapse.Models.SqlPoolCreateMode? CreateMode { get; set; }
member this.CreateMode : Nullable<Azure.ResourceManager.Synapse.Models.SqlPoolCreateMode> with get, set
Public Property CreateMode As Nullable(Of SqlPoolCreateMode)
Property Value
Applies to
Azure SDK for .NET