ManagedServerCreateMode Enum
Specifies the mode of database creation.
Default: Regular instance creation.
Restore: Creates an instance by restoring a set of backups to specific point in time. RestorePointInTime and SourceManagedInstanceId must be specified.
- Inheritance
-
builtins.strManagedServerCreateModeManagedServerCreateMode
Constructor
ManagedServerCreateMode(value, names=None, *, module=None, qualname=None, type=None, start=1, boundary=None)
Fields
DEFAULT |
POINT_IN_TIME_RESTORE |
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Python