IDatabaseMigrationBaseProperties Interface
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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models.Api20250630.DatabaseMigrationBasePropertiesTypeConverter))]
public interface IDatabaseMigrationBaseProperties : Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models.Api20250630.DatabaseMigrationBasePropertiesTypeConverter))>]
type IDatabaseMigrationBaseProperties = interface
interface IJsonSerializable
Public Interface IDatabaseMigrationBaseProperties
Implements IJsonSerializable
- Derived
-
Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models.Api20250630.DatabaseMigrationPropertiesSqlDbMicrosoft.Azure.PowerShell.Cmdlets.DataMigration.Models.Api20250630.DatabaseMigrationPropertiesSqlMi
- Attributes
- Implements
Properties
| Name | Description |
|---|---|
| EndedOn |
Database migration end time. |
| Kind | |
| MigrationFailureErrorCode |
Error code. |
| MigrationFailureErrorMessage |
Error message. |
| MigrationOperationId |
ID for current migration operation. |
| MigrationService |
Resource Id of the Migration Service. |
| MigrationStatus |
Migration status. |
| ProvisioningError |
Error message for migration provisioning failure, if any. |
| ProvisioningState |
Provisioning State of migration. ProvisioningState as Succeeded implies that validations have been performed and migration has started. |
| Scope |
Resource Id of the target resource. |
| StartedOn |
Database migration start time. |
Methods
| Name | Description |
|---|---|
| ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |