Sdílet prostřednictvím


MigrateSyncCompleteCommandOutput Class

Definition

Output for command that completes sync migration for a database.

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

Properties

Errors

List of errors that happened during the command execution.

Id

Result identifier.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<MigrateSyncCompleteCommandOutput>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<MigrateSyncCompleteCommandOutput>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<MigrateSyncCompleteCommandOutput>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<MigrateSyncCompleteCommandOutput>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<MigrateSyncCompleteCommandOutput>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to