DatabaseMigrationState 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.
Database level migration state.
public readonly struct DatabaseMigrationState : IEquatable<Azure.ResourceManager.DataMigration.Models.DatabaseMigrationState>
type DatabaseMigrationState = struct
Public Structure DatabaseMigrationState
Implements IEquatable(Of DatabaseMigrationState)
- Inheritance
-
DatabaseMigrationState
- Implements
Constructors
DatabaseMigrationState(String) |
Initializes a new instance of DatabaseMigrationState. |
Properties
Cancelled |
CANCELLED. |
Completed |
COMPLETED. |
CutoverStart |
CUTOVER_START. |
Failed |
FAILED. |
FullBackupUploadStart |
FULL_BACKUP_UPLOAD_START. |
Initial |
INITIAL. |
LOGShippingStart |
LOG_SHIPPING_START. |
PostCutoverComplete |
POST_CUTOVER_COMPLETE. |
Undefined |
UNDEFINED. |
UploadLOGFilesStart |
UPLOAD_LOG_FILES_START. |
Methods
Equals(DatabaseMigrationState) |
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(DatabaseMigrationState, DatabaseMigrationState) |
Determines if two DatabaseMigrationState values are the same. |
Implicit(String to DatabaseMigrationState) |
Converts a string to a DatabaseMigrationState. |
Inequality(DatabaseMigrationState, DatabaseMigrationState) |
Determines if two DatabaseMigrationState values are not the same. |
Applies to
Azure SDK for .NET