Freigeben über


ConnectToSourceSqlServerTaskOutputLoginLevel Class

Definition

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

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

Properties

Name Description
DefaultDatabase

The default database for the login.

Id

Result identifier.

(Inherited from ConnectToSourceSqlServerTaskOutput)
IsEnabled

The state of the login.

LoginType

The type of login.

MigrationEligibility

Information about eligibility of login for migration.

Name

Login name.

Methods

Name Description
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

Name Description
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<ConnectToSourceSqlServerTaskOutputLoginLevel>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ConnectToSourceSqlServerTaskOutputLoginLevel>.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<ConnectToSourceSqlServerTaskOutputLoginLevel>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ConnectToSourceSqlServerTaskOutputLoginLevel>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ConnectToSourceSqlServerTaskOutputLoginLevel>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to