MigrateSqlServerSqlMIDatabaseInput 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.
Database specific information for SQL to Azure SQL DB Managed Instance migration task inputs.
public class MigrateSqlServerSqlMIDatabaseInput : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.DataMigration.Models.MigrateSqlServerSqlMIDatabaseInput>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.DataMigration.Models.MigrateSqlServerSqlMIDatabaseInput>
type MigrateSqlServerSqlMIDatabaseInput = class
interface IJsonModel<MigrateSqlServerSqlMIDatabaseInput>
interface IPersistableModel<MigrateSqlServerSqlMIDatabaseInput>
Public Class MigrateSqlServerSqlMIDatabaseInput
Implements IJsonModel(Of MigrateSqlServerSqlMIDatabaseInput), IPersistableModel(Of MigrateSqlServerSqlMIDatabaseInput)
- Inheritance
-
MigrateSqlServerSqlMIDatabaseInput
- Implements
Constructors
MigrateSqlServerSqlMIDatabaseInput(String, String) |
Initializes a new instance of MigrateSqlServerSqlMIDatabaseInput. |
Properties
BackupFilePaths |
The list of backup files to be used in case of existing backups. |
BackupFileShare |
Backup file share information for backing up this database. |
Id |
id of the database. |
Name |
Name of the database. |
RestoreDatabaseName |
Name of the database at destination. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |
Explicit Interface Implementations
IJsonModel<MigrateSqlServerSqlMIDatabaseInput>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<MigrateSqlServerSqlMIDatabaseInput>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<MigrateSqlServerSqlMIDatabaseInput>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<MigrateSqlServerSqlMIDatabaseInput>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<MigrateSqlServerSqlMIDatabaseInput>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |