你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
ManagedDatabaseCreateMode Enum
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 enum ManagedDatabaseCreateMode
type ManagedDatabaseCreateMode =
Public Enum ManagedDatabaseCreateMode
- Inheritance
-
ManagedDatabaseCreateMode
Fields
Name | Value | Description |
---|---|---|
Default | 0 | Default. |
RestoreExternalBackup | 1 | RestoreExternalBackup. |
PointInTimeRestore | 2 | PointInTimeRestore. |
Recovery | 3 | Recovery. |
RestoreLongTermRetentionBackup | 4 | RestoreLongTermRetentionBackup. |