MigrateSyncCompleteCommandProperties interface
Properties for the command that completes sync migration for a database.
- 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.Sync.Complete.Database"
Property Value
"Migrate.Sync.Complete.Database"
input
Command input
input?: MigrateSyncCompleteCommandInput
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?: MigrateSyncCompleteCommandOutput
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