SqlPoolCreateMode 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 sql pool creation.
Default: regular sql pool creation.
PointInTimeRestore: Creates a sql pool by restoring a point in time backup of an existing sql pool. sourceDatabaseId must be specified as the resource ID of the existing sql pool, and restorePointInTime must be specified.
Recovery: Creates a sql pool by a geo-replicated backup. sourceDatabaseId must be specified as the recoverableDatabaseId to restore.
Restore: Creates a sql pool by restoring a backup of a deleted sql pool. SourceDatabaseId should be the sql pool's original resource ID. SourceDatabaseId and sourceDatabaseDeletionDate must be specified.
public readonly struct SqlPoolCreateMode : IEquatable<Azure.ResourceManager.Synapse.Models.SqlPoolCreateMode>
type SqlPoolCreateMode = struct
Public Structure SqlPoolCreateMode
Implements IEquatable(Of SqlPoolCreateMode)
- Inheritance
-
SqlPoolCreateMode
- Implements
Constructors
SqlPoolCreateMode(String) |
Initializes a new instance of SqlPoolCreateMode. |
Properties
Default |
Default. |
PointInTimeRestore |
PointInTimeRestore. |
Recovery |
Recovery. |
Restore |
Restore. |
Methods
Equals(SqlPoolCreateMode) |
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(SqlPoolCreateMode, SqlPoolCreateMode) |
Determines if two SqlPoolCreateMode values are the same. |
Implicit(String to SqlPoolCreateMode) |
Converts a string to a SqlPoolCreateMode. |
Inequality(SqlPoolCreateMode, SqlPoolCreateMode) |
Determines if two SqlPoolCreateMode values are not the same. |
Applies to
Azure SDK for .NET