Share via


MigrateSqlServerSqlMIDatabaseInput Class

Definition

Database specific information for SQL to Azure SQL DB Managed Instance migration task inputs.

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

Constructors

Name Description
MigrateSqlServerSqlMIDatabaseInput(String, String)

Initializes a new instance of MigrateSqlServerSqlMIDatabaseInput.

Properties

Name Description
BackupFilePaths

The list of backup files to be used in case of existing backups.

BackupFileShare

Backup file share information for backing up this database.

Id

id of the database.

Name

Name of the database.

RestoreDatabaseName

Name of the database at destination.

Methods

Name Description
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

Name Description
IJsonModel<MigrateSqlServerSqlMIDatabaseInput>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<MigrateSqlServerSqlMIDatabaseInput>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<MigrateSqlServerSqlMIDatabaseInput>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<MigrateSqlServerSqlMIDatabaseInput>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<MigrateSqlServerSqlMIDatabaseInput>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to