Share via


ConnectToSourceSqlServerTaskOutputDatabaseLevel Class

Definition

Database level output for the task that validates connection to SQL Server and also validates source server requirements.

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

Properties

CompatibilityLevel

SQL Server compatibility level of database.

DatabaseFiles

The list of database files.

DatabaseState

State of the database.

Id

Result identifier.

(Inherited from ConnectToSourceSqlServerTaskOutput)
Name

Database name.

SizeMB

Size of the file in megabytes.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<ConnectToSourceSqlServerTaskOutput>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

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

Writes the model to the provided Utf8JsonWriter.

(Inherited from ConnectToSourceSqlServerTaskOutput)
IJsonModel<ConnectToSourceSqlServerTaskOutputDatabaseLevel>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ConnectToSourceSqlServerTaskOutputDatabaseLevel>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ConnectToSourceSqlServerTaskOutput>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

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

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

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

Writes the model into a BinaryData.

(Inherited from ConnectToSourceSqlServerTaskOutput)
IPersistableModel<ConnectToSourceSqlServerTaskOutputDatabaseLevel>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ConnectToSourceSqlServerTaskOutputDatabaseLevel>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ConnectToSourceSqlServerTaskOutputDatabaseLevel>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to