ManagedDatabaseCreateMode type
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).
KnownManagedDatabaseCreateMode can be used interchangeably with ManagedDatabaseCreateMode,
this enum contains the known values that the service supports.
Known values supported by the service
Default: Default
RestoreExternalBackup: RestoreExternalBackup
PointInTimeRestore: PointInTimeRestore
Recovery: Recovery
RestoreLongTermRetentionBackup: RestoreLongTermRetentionBackup
type ManagedDatabaseCreateMode = string