ManagedServerCreateMode Struct
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 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.
public readonly struct ManagedServerCreateMode : IEquatable<Azure.ResourceManager.Sql.Models.ManagedServerCreateMode>
type ManagedServerCreateMode = struct
Public Structure ManagedServerCreateMode
Implements IEquatable(Of ManagedServerCreateMode)
- Inheritance
-
ManagedServerCreateMode
- Implements
Constructors
ManagedServerCreateMode(String) |
Initializes a new instance of ManagedServerCreateMode. |
Properties
Default |
Default. |
PointInTimeRestore |
PointInTimeRestore. |
Methods
Equals(ManagedServerCreateMode) |
Indicates whether the current object is equal to another object of the same type. |
ToString() |
Returns the fully qualified type name of this instance. |
Operators
Equality(ManagedServerCreateMode, ManagedServerCreateMode) |
Determines if two ManagedServerCreateMode values are the same. |
Implicit(String to ManagedServerCreateMode) |
Converts a string to a ManagedServerCreateMode. |
Inequality(ManagedServerCreateMode, ManagedServerCreateMode) |
Determines if two ManagedServerCreateMode values are not the same. |
Applies to
Azure SDK for .NET