다음을 통해 공유


MigratePostgreSqlAzureDBForPostgreSqlSyncTaskOutputError Class

Definition

The MigratePostgreSqlAzureDBForPostgreSqlSyncTaskOutputError.

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

Properties

Error

Migration error.

Events

List of error events.

Id

Result identifier.

(Inherited from MigratePostgreSqlAzureDBForPostgreSqlSyncTaskOutput)

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<MigratePostgreSqlAzureDBForPostgreSqlSyncTaskOutput>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

(Inherited from MigratePostgreSqlAzureDBForPostgreSqlSyncTaskOutput)
IJsonModel<MigratePostgreSqlAzureDBForPostgreSqlSyncTaskOutput>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

(Inherited from MigratePostgreSqlAzureDBForPostgreSqlSyncTaskOutput)
IJsonModel<MigratePostgreSqlAzureDBForPostgreSqlSyncTaskOutputError>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<MigratePostgreSqlAzureDBForPostgreSqlSyncTaskOutputError>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<MigratePostgreSqlAzureDBForPostgreSqlSyncTaskOutput>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

(Inherited from MigratePostgreSqlAzureDBForPostgreSqlSyncTaskOutput)
IPersistableModel<MigratePostgreSqlAzureDBForPostgreSqlSyncTaskOutput>.GetFormatFromOptions(ModelReaderWriterOptions)

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

(Inherited from MigratePostgreSqlAzureDBForPostgreSqlSyncTaskOutput)
IPersistableModel<MigratePostgreSqlAzureDBForPostgreSqlSyncTaskOutput>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

(Inherited from MigratePostgreSqlAzureDBForPostgreSqlSyncTaskOutput)
IPersistableModel<MigratePostgreSqlAzureDBForPostgreSqlSyncTaskOutputError>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<MigratePostgreSqlAzureDBForPostgreSqlSyncTaskOutputError>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<MigratePostgreSqlAzureDBForPostgreSqlSyncTaskOutputError>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to