GetUserTablesSqlSyncTaskInput Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Input for the task that collects user tables for the given list of databases.
public class GetUserTablesSqlSyncTaskInput : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.DataMigration.Models.GetUserTablesSqlSyncTaskInput>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.DataMigration.Models.GetUserTablesSqlSyncTaskInput>
type GetUserTablesSqlSyncTaskInput = class
interface IJsonModel<GetUserTablesSqlSyncTaskInput>
interface IPersistableModel<GetUserTablesSqlSyncTaskInput>
Public Class GetUserTablesSqlSyncTaskInput
Implements IJsonModel(Of GetUserTablesSqlSyncTaskInput), IPersistableModel(Of GetUserTablesSqlSyncTaskInput)
- Inheritance
-
GetUserTablesSqlSyncTaskInput
- Implements
Constructors
GetUserTablesSqlSyncTaskInput(SqlConnectionInfo, SqlConnectionInfo, IEnumerable<String>, IEnumerable<String>) |
Initializes a new instance of GetUserTablesSqlSyncTaskInput. |
Properties
SelectedSourceDatabases |
List of source database names to collect tables for. |
SelectedTargetDatabases |
List of target database names to collect tables for. |
SourceConnectionInfo |
Connection information for SQL Server. |
TargetConnectionInfo |
Connection information for SQL DB. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |
Explicit Interface Implementations
IJsonModel<GetUserTablesSqlSyncTaskInput>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<GetUserTablesSqlSyncTaskInput>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<GetUserTablesSqlSyncTaskInput>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<GetUserTablesSqlSyncTaskInput>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<GetUserTablesSqlSyncTaskInput>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET