Delen via


ConnectToSourceSqlServerTaskOutputAgentJobLevel Class

Definition

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

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

Properties

Id

Result identifier.

(Inherited from ConnectToSourceSqlServerTaskOutput)
IsEnabled

The state of the original Agent Job.

JobCategory

The type of Agent Job.

JobOwner

The owner of the Agent Job.

LastExecutedOn

UTC Date and time when the Agent Job was last executed.

MigrationEligibility

Information about eligibility of agent job for migration.

Name

Agent Job name.

ValidationErrors

Validation errors.

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<ConnectToSourceSqlServerTaskOutputAgentJobLevel>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

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

Converts the provided BinaryData into a model.

IPersistableModel<ConnectToSourceSqlServerTaskOutputAgentJobLevel>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ConnectToSourceSqlServerTaskOutputAgentJobLevel>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to