ManagedDatabasePatch.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.
Managed database create mode. PointInTimeRestore: Create a database by restoring a point in time backup of an existing database. SourceDatabaseName, SourceManagedInstanceName and PointInTime must be specified. RestoreExternalBackup: Create a database by restoring from external backup files. Collation, StorageContainerUri and StorageContainerSasToken must be specified. Recovery: Creates a database by restoring a geo-replicated backup. RecoverableDatabaseId must be specified as the recoverable database resource ID to restore. RestoreLongTermRetentionBackup: Create a database by restoring from a long term retention backup (longTermRetentionBackupResourceId required).
public Azure.ResourceManager.Sql.Models.ManagedDatabaseCreateMode? CreateMode { get; set; }
member this.CreateMode : Nullable<Azure.ResourceManager.Sql.Models.ManagedDatabaseCreateMode> with get, set
Public Property CreateMode As Nullable(Of ManagedDatabaseCreateMode)
Property Value
Applies to
Azure SDK for .NET