다음을 통해 공유


MigrateMISyncCompleteCommandProperties Class

Definition

Properties for the command that completes online migration for an Azure SQL Database Managed Instance.

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

Constructors

MigrateMISyncCompleteCommandProperties()

Initializes a new instance of MigrateMISyncCompleteCommandProperties.

Properties

Errors

Array of errors. This is ignored if submitted.

(Inherited from DataMigrationCommandProperties)
InputSourceDatabaseName

Name of managed instance database.

OutputErrors

List of errors that happened during the command execution.

State

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

(Inherited from DataMigrationCommandProperties)

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<DataMigrationCommandProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

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

Writes the model to the provided Utf8JsonWriter.

(Inherited from DataMigrationCommandProperties)
IJsonModel<MigrateMISyncCompleteCommandProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<MigrateMISyncCompleteCommandProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<DataMigrationCommandProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

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

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

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

Writes the model into a BinaryData.

(Inherited from DataMigrationCommandProperties)
IPersistableModel<MigrateMISyncCompleteCommandProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<MigrateMISyncCompleteCommandProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<MigrateMISyncCompleteCommandProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to