SqlServerCreateMode 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.
Create mode for server, only valid values for this are Normal and Restore.
public readonly struct SqlServerCreateMode : IEquatable<Azure.ResourceManager.Sql.Models.SqlServerCreateMode>
type SqlServerCreateMode = struct
Public Structure SqlServerCreateMode
Implements IEquatable(Of SqlServerCreateMode)
- Inheritance
-
SqlServerCreateMode
- Implements
Constructors
| Name | Description |
|---|---|
| SqlServerCreateMode(String) |
Initializes a new instance of SqlServerCreateMode. |
Properties
| Name | Description |
|---|---|
| DatabaseMigrationV1 |
DatabaseMigrationV1. |
| Normal |
Normal. |
| Restore |
Restore. |
| ServerMigration |
ServerMigration. |
| ServerMigrationV1 |
ServerMigrationV1. |
| Standby |
Standby. |
Methods
| Name | Description |
|---|---|
| Equals(SqlServerCreateMode) |
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
| Name | Description |
|---|---|
| Equality(SqlServerCreateMode, SqlServerCreateMode) |
Determines if two SqlServerCreateMode values are the same. |
| Implicit(String to SqlServerCreateMode) |
Converts a String to a SqlServerCreateMode. |
| Inequality(SqlServerCreateMode, SqlServerCreateMode) |
Determines if two SqlServerCreateMode values are not the same. |