Freigeben über


IDatabaseMigrationPropertiesSqlVM Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models.Api20250630.DatabaseMigrationPropertiesSqlVMTypeConverter))]
public interface IDatabaseMigrationPropertiesSqlVM : Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models.Api20250630.IDatabaseMigrationProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models.Api20250630.DatabaseMigrationPropertiesSqlVMTypeConverter))>]
type IDatabaseMigrationPropertiesSqlVM = interface
    interface IJsonSerializable
    interface IDatabaseMigrationProperties
    interface IDatabaseMigrationBaseProperties
Public Interface IDatabaseMigrationPropertiesSqlVM
Implements IDatabaseMigrationProperties
Derived
Attributes
Implements

Properties

Name Description
AzureBlobAccountKey

Storage Account Key.

AzureBlobAuthType

Authentication type used for accessing Azure Blob Storage.

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 IDatabaseMigrationBaseProperties)
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.

IdentityPrincipalId

The service principal ID of the system assigned identity. This property will only be provided for a system assigned identity.

IdentityTenantId

The tenant ID of the system assigned identity. This property will only be provided for a system assigned identity.

IdentityType

Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed).

IdentityUserAssignedIdentity

The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests.

Kind (Inherited from IDatabaseMigrationBaseProperties)
MigrationFailureErrorCode

Error code.

(Inherited from IDatabaseMigrationBaseProperties)
MigrationFailureErrorMessage

Error message.

(Inherited from IDatabaseMigrationBaseProperties)
MigrationOperationId

ID for current migration operation.

(Inherited from IDatabaseMigrationBaseProperties)
MigrationService

Resource Id of the Migration Service.

(Inherited from IDatabaseMigrationBaseProperties)
MigrationStatus

Migration status.

(Inherited from IDatabaseMigrationBaseProperties)
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 IDatabaseMigrationBaseProperties)
ProvisioningState

Provisioning State of migration. ProvisioningState as Succeeded implies that validations have been performed and migration has started.

(Inherited from IDatabaseMigrationBaseProperties)
Scope

Resource Id of the target resource.

(Inherited from IDatabaseMigrationBaseProperties)
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 IDatabaseMigrationBaseProperties)
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

Name Description
ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to