IDatabaseMigration 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.Api20220330Preview.DatabaseMigrationTypeConverter))]
public interface IDatabaseMigration : Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models.Api20220330Preview.IProxyResource
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models.Api20220330Preview.DatabaseMigrationTypeConverter))>]
type IDatabaseMigration = interface
interface IJsonSerializable
interface IProxyResource
Public Interface IDatabaseMigration
Implements IProxyResource
- Derived
- Attributes
- Implements
Properties
EndedOn |
Database migration end time. |
Id | (Inherited from IProxyResource) |
Kind | |
MigrationFailureErrorCode |
Error code. |
MigrationFailureErrorMessage |
Error message. |
MigrationOperationId |
ID tracking current migration operation. |
MigrationService |
Resource Id of the Migration Service. |
MigrationStatus |
Migration status. |
Name | (Inherited from IProxyResource) |
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 (SQL VM or SQL Managed Instance) |
SourceDatabaseName |
Name of the source database. |
SourceServerName |
Name of the source sql server. |
SourceSqlConnectionAuthentication |
Authentication type. |
SourceSqlConnectionDataSource |
Data source. |
SourceSqlConnectionEncryptConnection |
Whether to encrypt connection or not. |
SourceSqlConnectionPassword |
Password to connect to source SQL. |
SourceSqlConnectionTrustServerCertificate |
Whether to trust server certificate or not. |
SourceSqlConnectionUserName |
User name to connect to source SQL. |
StartedOn |
Database migration start time. |
SystemDataCreatedAt | |
SystemDataCreatedBy | |
SystemDataCreatedByType | |
SystemDataLastModifiedAt | |
SystemDataLastModifiedBy | |
SystemDataLastModifiedByType | |
TargetDatabaseCollation |
Database collation to be used for the target database. |
Type | (Inherited from IProxyResource) |
Methods
ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |