IDatabaseMigrationPropertiesSqlMi 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.DatabaseMigrationPropertiesSqlMiTypeConverter))]
public interface IDatabaseMigrationPropertiesSqlMi : Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models.Api20220330Preview.IDatabaseMigrationProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models.Api20220330Preview.DatabaseMigrationPropertiesSqlMiTypeConverter))>]
type IDatabaseMigrationPropertiesSqlMi = interface
interface IJsonSerializable
interface IDatabaseMigrationProperties
Public Interface IDatabaseMigrationPropertiesSqlMi
Implements IDatabaseMigrationProperties
- Derived
- Attributes
- Implements
Properties
AzureBlobAccountKey |
Storage Account Key. |
AzureBlobContainerName |
Blob container name where backups are stored. |
AzureBlobStorageAccountResourceId |
Resource Id of the storage account where backups are stored. |
EndedOn |
Database migration end time. (Inherited from IDatabaseMigrationProperties) |
FileSharePassword |
Password for username to access file share location. |
FileSharePath |
Location as SMB share or local drive where backups are placed. |
FileShareUsername |
Username to access the file share location for backups. |
Kind | (Inherited from IDatabaseMigrationProperties) |
MigrationFailureErrorCode |
Error code. (Inherited from IDatabaseMigrationProperties) |
MigrationFailureErrorMessage |
Error message. (Inherited from IDatabaseMigrationProperties) |
MigrationOperationId |
ID tracking current migration operation. (Inherited from IDatabaseMigrationProperties) |
MigrationService |
Resource Id of the Migration Service. (Inherited from IDatabaseMigrationProperties) |
MigrationStatus |
Migration status. (Inherited from IDatabaseMigrationProperties) |
MigrationStatusDetail |
Detailed migration status. Not included by default. |
OfflineConfigurationLastBackupName |
Last backup name for offline migration. This is optional for migrations from file share. If it is not provided, then the service will determine the last backup file name based on latest backup files present in file share. |
OfflineConfigurationOffline |
Offline migration |
ProvisioningError |
Error message for migration provisioning failure, if any. (Inherited from IDatabaseMigrationProperties) |
ProvisioningState |
Provisioning State of migration. ProvisioningState as Succeeded implies that validations have been performed and migration has started. (Inherited from IDatabaseMigrationProperties) |
Scope |
Resource Id of the target resource (SQL VM or SQL Managed Instance) (Inherited from IDatabaseMigrationProperties) |
SourceDatabaseName |
Name of the source database. (Inherited from IDatabaseMigrationProperties) |
SourceLocationFileStorageType |
Backup storage Type. |
SourceServerName |
Name of the source sql server. (Inherited from IDatabaseMigrationProperties) |
SourceSqlConnectionAuthentication |
Authentication type. (Inherited from IDatabaseMigrationProperties) |
SourceSqlConnectionDataSource |
Data source. (Inherited from IDatabaseMigrationProperties) |
SourceSqlConnectionEncryptConnection |
Whether to encrypt connection or not. (Inherited from IDatabaseMigrationProperties) |
SourceSqlConnectionPassword |
Password to connect to source SQL. (Inherited from IDatabaseMigrationProperties) |
SourceSqlConnectionTrustServerCertificate |
Whether to trust server certificate or not. (Inherited from IDatabaseMigrationProperties) |
SourceSqlConnectionUserName |
User name to connect to source SQL. (Inherited from IDatabaseMigrationProperties) |
StartedOn |
Database migration start time. (Inherited from IDatabaseMigrationProperties) |
TargetDatabaseCollation |
Database collation to be used for the target database. (Inherited from IDatabaseMigrationProperties) |
TargetLocationAccountKey |
Storage Account Key. |
TargetLocationStorageAccountResourceId |
Resource Id of the storage account copying backups. |
Methods
ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |