Udostępnij za pośrednictwem


MigrateSqlServerSqlMISyncTaskInput Class

Definition

Input for task that migrates SQL Server databases to Azure SQL Database Managed Instance online scenario.

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

Constructors

MigrateSqlServerSqlMISyncTaskInput(IEnumerable<MigrateSqlServerSqlMIDatabaseInput>, String, SqlConnectionInfo, MISqlConnectionInfo, AzureActiveDirectoryApp)

Initializes a new instance of MigrateSqlServerSqlMISyncTaskInput.

Properties

AzureApp

Azure Active Directory Application the DMS instance will use to connect to the target instance of Azure SQL Database Managed Instance and the Azure Storage Account.

(Inherited from SqlServerSqlMISyncTaskInput)
BackupFileShare

Backup file share information for all selected databases.

(Inherited from SqlServerSqlMISyncTaskInput)
NumberOfParallelDatabaseMigrations

Number of database migrations to start in parallel.

SelectedDatabases

Databases to migrate.

(Inherited from SqlServerSqlMISyncTaskInput)
SourceConnectionInfo

Connection information for source SQL Server.

(Inherited from SqlServerSqlMISyncTaskInput)
StorageResourceId

Fully qualified resourceId of storage.

(Inherited from SqlServerSqlMISyncTaskInput)
TargetConnectionInfo

Connection information for Azure SQL Database Managed Instance.

(Inherited from SqlServerSqlMISyncTaskInput)

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<MigrateSqlServerSqlMISyncTaskInput>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<MigrateSqlServerSqlMISyncTaskInput>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IJsonModel<SqlServerSqlMISyncTaskInput>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

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

Writes the model to the provided Utf8JsonWriter.

(Inherited from SqlServerSqlMISyncTaskInput)
IPersistableModel<MigrateSqlServerSqlMISyncTaskInput>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<MigrateSqlServerSqlMISyncTaskInput>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<MigrateSqlServerSqlMISyncTaskInput>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

IPersistableModel<SqlServerSqlMISyncTaskInput>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

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

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

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

Writes the model into a BinaryData.

(Inherited from SqlServerSqlMISyncTaskInput)

Applies to