DatabaseMigrationStage 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.
Current stage of migration.
public readonly struct DatabaseMigrationStage : IEquatable<Azure.ResourceManager.DataMigration.Models.DatabaseMigrationStage>
type DatabaseMigrationStage = struct
Public Structure DatabaseMigrationStage
Implements IEquatable(Of DatabaseMigrationStage)
- Inheritance
-
DatabaseMigrationStage
- Implements
Constructors
DatabaseMigrationStage(String) |
Initializes a new instance of DatabaseMigrationStage. |
Properties
Backup |
Backup. |
Completed |
Completed. |
FileCopy |
FileCopy. |
Initialize |
Initialize. |
None |
None. |
Restore |
Restore. |
Methods
Equals(DatabaseMigrationStage) |
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(DatabaseMigrationStage, DatabaseMigrationStage) |
Determines if two DatabaseMigrationStage values are the same. |
Implicit(String to DatabaseMigrationStage) |
Converts a string to a DatabaseMigrationStage. |
Inequality(DatabaseMigrationStage, DatabaseMigrationStage) |
Determines if two DatabaseMigrationStage values are not the same. |
Applies to
Azure SDK for .NET