Sdílet prostřednictvím


ConnectToTargetAzureDBForMySqlTaskOutput Class

Definition

Output for the task that validates connection to Azure Database for MySQL and target server requirements.

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

Properties

Databases

List of databases on target server.

Id

Result identifier.

ServerVersion

Version of the target server.

TargetServerBrandVersion

Target server brand version.

ValidationErrors

Validation errors associated with the task.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<ConnectToTargetAzureDBForMySqlTaskOutput>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ConnectToTargetAzureDBForMySqlTaskOutput>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ConnectToTargetAzureDBForMySqlTaskOutput>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ConnectToTargetAzureDBForMySqlTaskOutput>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ConnectToTargetAzureDBForMySqlTaskOutput>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to