MigrateMISyncCompleteCommandProperties Class

Definition

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

[Newtonsoft.Json.JsonObject("Migrate.SqlServer.AzureDbSqlMi.Complete")]
public class MigrateMISyncCompleteCommandProperties : Microsoft.Azure.Management.DataMigration.Models.CommandProperties
[<Newtonsoft.Json.JsonObject("Migrate.SqlServer.AzureDbSqlMi.Complete")>]
type MigrateMISyncCompleteCommandProperties = class
    inherit CommandProperties
Public Class MigrateMISyncCompleteCommandProperties
Inherits CommandProperties
Inheritance
MigrateMISyncCompleteCommandProperties
Attributes
Newtonsoft.Json.JsonObjectAttribute

Constructors

MigrateMISyncCompleteCommandProperties()

Initializes a new instance of the MigrateMISyncCompleteCommandProperties class.

MigrateMISyncCompleteCommandProperties(IList<ODataError>, String, MigrateMISyncCompleteCommandInput, MigrateMISyncCompleteCommandOutput)

Initializes a new instance of the MigrateMISyncCompleteCommandProperties class.

Properties

Errors

Gets array of errors. This is ignored if submitted.

(Inherited from CommandProperties)
Input

Gets or sets command input

Output

Gets command output. This is ignored if submitted.

State

Gets the state of the command. This is ignored if submitted. Possible values include: 'Unknown', 'Accepted', 'Running', 'Succeeded', 'Failed'

(Inherited from CommandProperties)

Methods

Validate()

Validate the object.

Applies to