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


MigrateOracleAzureDBPostgreSqlSyncTaskOutput Class

Definition

Output for the task that migrates Oracle databases to Azure Database for PostgreSQL for online migrations Please note MigrateOracleAzureDBPostgreSqlSyncTaskOutput is the base class. According to the scenario, a derived class of the base class might need to be assigned here, or this property needs to be casted to one of the possible derived classes. The available derived classes include MigrateOracleAzureDBPostgreSqlSyncTaskOutputDatabaseError, MigrateOracleAzureDBPostgreSqlSyncTaskOutputDatabaseLevel, MigrateOracleAzureDBPostgreSqlSyncTaskOutputError, MigrateOracleAzureDBPostgreSqlSyncTaskOutputMigrationLevel and MigrateOracleAzureDBPostgreSqlSyncTaskOutputTableLevel.

[System.ClientModel.Primitives.PersistableModelProxy(typeof(Azure.ResourceManager.DataMigration.Models.UnknownMigrateOracleAzureDBPostgreSqlSyncTaskOutput))]
public abstract class MigrateOracleAzureDBPostgreSqlSyncTaskOutput : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.DataMigration.Models.MigrateOracleAzureDBPostgreSqlSyncTaskOutput>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.DataMigration.Models.MigrateOracleAzureDBPostgreSqlSyncTaskOutput>
[<System.ClientModel.Primitives.PersistableModelProxy(typeof(Azure.ResourceManager.DataMigration.Models.UnknownMigrateOracleAzureDBPostgreSqlSyncTaskOutput))>]
type MigrateOracleAzureDBPostgreSqlSyncTaskOutput = class
    interface IJsonModel<MigrateOracleAzureDBPostgreSqlSyncTaskOutput>
    interface IPersistableModel<MigrateOracleAzureDBPostgreSqlSyncTaskOutput>
Public MustInherit Class MigrateOracleAzureDBPostgreSqlSyncTaskOutput
Implements IJsonModel(Of MigrateOracleAzureDBPostgreSqlSyncTaskOutput), IPersistableModel(Of MigrateOracleAzureDBPostgreSqlSyncTaskOutput)
Inheritance
MigrateOracleAzureDBPostgreSqlSyncTaskOutput
Derived
Attributes
Implements

Constructors

MigrateOracleAzureDBPostgreSqlSyncTaskOutput()

Initializes a new instance of MigrateOracleAzureDBPostgreSqlSyncTaskOutput.

Properties

Id

Result identifier.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<MigrateOracleAzureDBPostgreSqlSyncTaskOutput>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<MigrateOracleAzureDBPostgreSqlSyncTaskOutput>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<MigrateOracleAzureDBPostgreSqlSyncTaskOutput>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<MigrateOracleAzureDBPostgreSqlSyncTaskOutput>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<MigrateOracleAzureDBPostgreSqlSyncTaskOutput>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to