다음을 통해 공유


DatabaseMigrationSqlVmProperties Class

Definition

Database Migration Resource properties for SQL Virtual Machine.

public class DatabaseMigrationSqlVmProperties : Azure.ResourceManager.DataMigration.Models.DatabaseMigrationProperties, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.DataMigration.Models.DatabaseMigrationSqlVmProperties>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.DataMigration.Models.DatabaseMigrationSqlVmProperties>
type DatabaseMigrationSqlVmProperties = class
    inherit DatabaseMigrationProperties
    interface IJsonModel<DatabaseMigrationSqlVmProperties>
    interface IPersistableModel<DatabaseMigrationSqlVmProperties>
Public Class DatabaseMigrationSqlVmProperties
Inherits DatabaseMigrationProperties
Implements IJsonModel(Of DatabaseMigrationSqlVmProperties), IPersistableModel(Of DatabaseMigrationSqlVmProperties)
Inheritance
DatabaseMigrationSqlVmProperties
Implements

Constructors

DatabaseMigrationSqlVmProperties()

Initializes a new instance of DatabaseMigrationSqlVmProperties.

Properties

BackupConfiguration

Backup configuration info.

EndedOn

Database migration end time.

(Inherited from DatabaseMigrationProperties)
MigrationFailureError

Error details in case of migration failure.

(Inherited from DatabaseMigrationProperties)
MigrationOperationId

ID tracking current migration operation.

(Inherited from DatabaseMigrationProperties)
MigrationService

Resource Id of the Migration Service.

(Inherited from DatabaseMigrationProperties)
MigrationStatus

Migration status.

(Inherited from DatabaseMigrationProperties)
MigrationStatusDetails

Detailed migration status. Not included by default.

OfflineConfiguration

Offline configuration.

ProvisioningError

Error message for migration provisioning failure, if any.

(Inherited from DatabaseMigrationProperties)
ProvisioningState

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

(Inherited from DatabaseMigrationProperties)
Scope

Resource Id of the target resource (SQL VM or SQL Managed Instance).

(Inherited from DatabaseMigrationProperties)
SourceDatabaseName

Name of the source database.

(Inherited from DatabaseMigrationProperties)
SourceServerName

Name of the source sql server.

(Inherited from DatabaseMigrationProperties)
SourceSqlConnection

Source SQL Server connection details.

(Inherited from DatabaseMigrationProperties)
StartedOn

Database migration start time.

(Inherited from DatabaseMigrationProperties)
TargetDatabaseCollation

Database collation to be used for the target database.

(Inherited from DatabaseMigrationProperties)

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<DatabaseMigrationProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

(Inherited from DatabaseMigrationProperties)
IJsonModel<DatabaseMigrationProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

(Inherited from DatabaseMigrationProperties)
IJsonModel<DatabaseMigrationSqlVmProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<DatabaseMigrationSqlVmProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<DatabaseMigrationProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

(Inherited from DatabaseMigrationProperties)
IPersistableModel<DatabaseMigrationProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

(Inherited from DatabaseMigrationProperties)
IPersistableModel<DatabaseMigrationProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

(Inherited from DatabaseMigrationProperties)
IPersistableModel<DatabaseMigrationSqlVmProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<DatabaseMigrationSqlVmProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<DatabaseMigrationSqlVmProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to