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


ValidateMigrationInputSqlServerSqlMISyncTaskInput Class

Definition

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

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

Constructors

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

Initializes a new instance of ValidateMigrationInputSqlServerSqlMISyncTaskInput.

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)
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<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)
IJsonModel<ValidateMigrationInputSqlServerSqlMISyncTaskInput>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ValidateMigrationInputSqlServerSqlMISyncTaskInput>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

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)
IPersistableModel<ValidateMigrationInputSqlServerSqlMISyncTaskInput>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ValidateMigrationInputSqlServerSqlMISyncTaskInput>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ValidateMigrationInputSqlServerSqlMISyncTaskInput>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to