MigrateMISyncCompleteCommandProperties Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Properties for the command that completes online migration for an Azure SQL Database Managed Instance.
public class MigrateMISyncCompleteCommandProperties : Azure.ResourceManager.DataMigration.Models.CommandProperties, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.DataMigration.Models.MigrateMISyncCompleteCommandProperties>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.DataMigration.Models.MigrateMISyncCompleteCommandProperties>
type MigrateMISyncCompleteCommandProperties = class
inherit CommandProperties
interface IJsonModel<MigrateMISyncCompleteCommandProperties>
interface IPersistableModel<MigrateMISyncCompleteCommandProperties>
Public Class MigrateMISyncCompleteCommandProperties
Inherits CommandProperties
Implements IJsonModel(Of MigrateMISyncCompleteCommandProperties), IPersistableModel(Of MigrateMISyncCompleteCommandProperties)
- Inheritance
- Implements
Constructors
MigrateMISyncCompleteCommandProperties() |
Initializes a new instance of MigrateMISyncCompleteCommandProperties. |
Properties
Errors |
Array of errors. This is ignored if submitted. (Inherited from CommandProperties) |
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 CommandProperties) |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |
Explicit Interface Implementations
Applies to
Azure SDK for .NET