MigrateMISyncCompleteCommandProperties interface
Properties for the command that completes online migration for an Azure SQL Database Managed Instance.
- Extends
Properties
command |
Polymorphic discriminator, which specifies the different types this object can be |
input | Command input |
output | Command output. This is ignored if submitted. NOTE: This property will not be serialized. It can only be populated by the server. |
Inherited Properties
errors | Array of errors. This is ignored if submitted. NOTE: This property will not be serialized. It can only be populated by the server. |
state | The state of the command. This is ignored if submitted. NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
commandType
Polymorphic discriminator, which specifies the different types this object can be
commandType: "Migrate.SqlServer.AzureDbSqlMi.Complete"
Property Value
"Migrate.SqlServer.AzureDbSqlMi.Complete"
input
Command input
input?: MigrateMISyncCompleteCommandInput
Property Value
output
Command output. This is ignored if submitted. NOTE: This property will not be serialized. It can only be populated by the server.
output?: MigrateMISyncCompleteCommandOutput
Property Value
Inherited Property Details
errors
Array of errors. This is ignored if submitted. NOTE: This property will not be serialized. It can only be populated by the server.
errors?: ODataError[]
Property Value
Inherited From CommandProperties.errors
state
The state of the command. This is ignored if submitted. NOTE: This property will not be serialized. It can only be populated by the server.
state?: string
Property Value
string
Inherited From CommandProperties.state
Azure SDK for JavaScript