Delen via


MigrateSyncCompleteCommandProperties Class

Definition

Properties for the command that completes sync migration for a database.

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

Constructors

MigrateSyncCompleteCommandProperties()

Initializes a new instance of MigrateSyncCompleteCommandProperties.

Properties

CommandId

Command id.

Errors

Array of errors. This is ignored if submitted.

(Inherited from CommandProperties)
Input

Command input.

Output

Command output. This is ignored if submitted.

State

The state of the command. This is ignored if submitted.

(Inherited from CommandProperties)

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<CommandProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

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

Writes the model to the provided Utf8JsonWriter.

(Inherited from CommandProperties)
IJsonModel<MigrateSyncCompleteCommandProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<MigrateSyncCompleteCommandProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<CommandProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

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

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

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

Writes the model into a BinaryData.

(Inherited from CommandProperties)
IPersistableModel<MigrateSyncCompleteCommandProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<MigrateSyncCompleteCommandProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<MigrateSyncCompleteCommandProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to