Sdílet prostřednictvím


MigrateSchemaSqlServerSqlDBTaskInput Class

Definition

Input for task that migrates Schema for SQL Server databases to Azure SQL databases.

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

Constructors

MigrateSchemaSqlServerSqlDBTaskInput(SqlConnectionInfo, SqlConnectionInfo, IEnumerable<MigrateSchemaSqlServerSqlDBDatabaseInput>)

Initializes a new instance of MigrateSchemaSqlServerSqlDBTaskInput.

Properties

EncryptedKeyForSecureFields

encrypted key for secure fields.

SelectedDatabases

Databases to migrate.

SourceConnectionInfo

Information for connecting to source.

(Inherited from SqlMigrationTaskInput)
StartedOn

Migration start time.

TargetConnectionInfo

Information for connecting to target.

(Inherited from SqlMigrationTaskInput)

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<MigrateSchemaSqlServerSqlDBTaskInput>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<MigrateSchemaSqlServerSqlDBTaskInput>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IJsonModel<SqlMigrationTaskInput>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

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

Writes the model to the provided Utf8JsonWriter.

(Inherited from SqlMigrationTaskInput)
IPersistableModel<MigrateSchemaSqlServerSqlDBTaskInput>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<MigrateSchemaSqlServerSqlDBTaskInput>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<MigrateSchemaSqlServerSqlDBTaskInput>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

IPersistableModel<SqlMigrationTaskInput>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

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

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

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

Writes the model into a BinaryData.

(Inherited from SqlMigrationTaskInput)

Applies to