ValidateMigrationInputSqlServerSqlMITaskOutput 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.
Output for task that validates migration input for SQL to Azure SQL Managed Instance migrations.
public class ValidateMigrationInputSqlServerSqlMITaskOutput : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.DataMigration.Models.ValidateMigrationInputSqlServerSqlMITaskOutput>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.DataMigration.Models.ValidateMigrationInputSqlServerSqlMITaskOutput>
type ValidateMigrationInputSqlServerSqlMITaskOutput = class
interface IJsonModel<ValidateMigrationInputSqlServerSqlMITaskOutput>
interface IPersistableModel<ValidateMigrationInputSqlServerSqlMITaskOutput>
Public Class ValidateMigrationInputSqlServerSqlMITaskOutput
Implements IJsonModel(Of ValidateMigrationInputSqlServerSqlMITaskOutput), IPersistableModel(Of ValidateMigrationInputSqlServerSqlMITaskOutput)
- Inheritance
-
ValidateMigrationInputSqlServerSqlMITaskOutput
- Implements
Properties
BackupFolderErrors |
Errors associated with the BackupFolder path. |
BackupShareCredentialsErrors |
Errors associated with backup share user name and password credentials. |
BackupStorageAccountErrors |
Errors associated with the storage account provided. |
DatabaseBackupInfo |
Information about backup files when existing backup mode is used. |
ExistingBackupErrors |
Errors associated with existing backup files. |
Id |
Result identifier. |
Name |
Name of database. |
RestoreDatabaseNameErrors |
Errors associated with the RestoreDatabaseName. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |
Explicit Interface Implementations
IJsonModel<ValidateMigrationInputSqlServerSqlMITaskOutput>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<ValidateMigrationInputSqlServerSqlMITaskOutput>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<ValidateMigrationInputSqlServerSqlMITaskOutput>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<ValidateMigrationInputSqlServerSqlMITaskOutput>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<ValidateMigrationInputSqlServerSqlMITaskOutput>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |