Поделиться через


SqlServerSqlMISyncTaskInput Class

Definition

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

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

Constructors

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

Initializes a new instance of SqlServerSqlMISyncTaskInput.

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.

BackupFileShare

Backup file share information for all selected databases.

SelectedDatabases

Databases to migrate.

SourceConnectionInfo

Connection information for source SQL Server.

StorageResourceId

Fully qualified resourceId of storage.

TargetConnectionInfo

Connection information for Azure SQL Database Managed Instance.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<SqlServerSqlMISyncTaskInput>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<SqlServerSqlMISyncTaskInput>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<SqlServerSqlMISyncTaskInput>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<SqlServerSqlMISyncTaskInput>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<SqlServerSqlMISyncTaskInput>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to