SyncDatabaseMigrationReportingState 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.
Enum of the different state of database level online migration.
public readonly struct SyncDatabaseMigrationReportingState : IEquatable<Azure.ResourceManager.DataMigration.Models.SyncDatabaseMigrationReportingState>
type SyncDatabaseMigrationReportingState = struct
Public Structure SyncDatabaseMigrationReportingState
Implements IEquatable(Of SyncDatabaseMigrationReportingState)
- Inheritance
-
SyncDatabaseMigrationReportingState
- Implements
Constructors
SyncDatabaseMigrationReportingState(String) |
Initializes a new instance of SyncDatabaseMigrationReportingState. |
Properties
BackupCompleted |
BACKUP_COMPLETED. |
BackupINProgress |
BACKUP_IN_PROGRESS. |
Cancelled |
CANCELLED. |
Cancelling |
CANCELLING. |
Complete |
COMPLETE. |
Completing |
COMPLETING. |
Configuring |
CONFIGURING. |
Failed |
FAILED. |
Initialiazing |
INITIALIAZING. |
ReadyTOComplete |
READY_TO_COMPLETE. |
RestoreCompleted |
RESTORE_COMPLETED. |
RestoreINProgress |
RESTORE_IN_PROGRESS. |
Running |
RUNNING. |
Starting |
STARTING. |
Undefined |
UNDEFINED. |
Validating |
VALIDATING. |
ValidationComplete |
VALIDATION_COMPLETE. |
ValidationFailed |
VALIDATION_FAILED. |
Methods
Equals(SyncDatabaseMigrationReportingState) |
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(SyncDatabaseMigrationReportingState, SyncDatabaseMigrationReportingState) |
Determines if two SyncDatabaseMigrationReportingState values are the same. |
Implicit(String to SyncDatabaseMigrationReportingState) |
Converts a string to a SyncDatabaseMigrationReportingState. |
Inequality(SyncDatabaseMigrationReportingState, SyncDatabaseMigrationReportingState) |
Determines if two SyncDatabaseMigrationReportingState values are not the same. |
Applies to
Azure SDK for .NET