Share via


SqlMigrationTaskInput Class

Definition

Base class for migration task input.

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

Constructors

SqlMigrationTaskInput(SqlConnectionInfo, SqlConnectionInfo)

Initializes a new instance of SqlMigrationTaskInput.

Properties

SourceConnectionInfo

Information for connecting to source.

TargetConnectionInfo

Information for connecting to target.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<SqlMigrationTaskInput>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<SqlMigrationTaskInput>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<SqlMigrationTaskInput>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<SqlMigrationTaskInput>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<SqlMigrationTaskInput>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to