Поделиться через


ValidateOracleAzureDBPostgreSqlSyncTaskOutput Class

Definition

Output for task that validates migration input for Oracle to Azure Database for PostgreSQL for online migrations.

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

Properties

ValidationErrors

Errors associated with a selected database object.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<ValidateOracleAzureDBPostgreSqlSyncTaskOutput>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ValidateOracleAzureDBPostgreSqlSyncTaskOutput>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ValidateOracleAzureDBPostgreSqlSyncTaskOutput>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ValidateOracleAzureDBPostgreSqlSyncTaskOutput>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ValidateOracleAzureDBPostgreSqlSyncTaskOutput>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to