DataMigrationSqlDatabaseState 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.
An enumeration of SQL Server Database states.
public readonly struct DataMigrationSqlDatabaseState : IEquatable<Azure.ResourceManager.DataMigration.Models.DataMigrationSqlDatabaseState>
type DataMigrationSqlDatabaseState = struct
Public Structure DataMigrationSqlDatabaseState
Implements IEquatable(Of DataMigrationSqlDatabaseState)
- Inheritance
-
DataMigrationSqlDatabaseState
- Implements
Constructors
| DataMigrationSqlDatabaseState(String) |
Initializes a new instance of DataMigrationSqlDatabaseState. |
Properties
| Copying |
Copying. |
| Emergency |
Emergency. |
| Offline |
Offline. |
| OfflineSecondary |
OfflineSecondary. |
| Online |
Online. |
| Recovering |
Recovering. |
| RecoveryPending |
RecoveryPending. |
| Restoring |
Restoring. |
| Suspect |
Suspect. |
Methods
| Equals(DataMigrationSqlDatabaseState) |
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(DataMigrationSqlDatabaseState, DataMigrationSqlDatabaseState) |
Determines if two DataMigrationSqlDatabaseState values are the same. |
| Implicit(String to DataMigrationSqlDatabaseState) |
Converts a String to a DataMigrationSqlDatabaseState. |
| Inequality(DataMigrationSqlDatabaseState, DataMigrationSqlDatabaseState) |
Determines if two DataMigrationSqlDatabaseState values are not the same. |