MigrateSyncCompleteCommandProperties interface
Properties for the command that completes sync migration for a database.
Properties
command |
Polymorphic Discriminator |
errors | Array of errors. This is ignored if submitted. NOTE: This property will not be serialized. It can only be populated by the server. |
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. |
state | The state of the command. This is ignored if submitted. Possible values include: 'Unknown', 'Accepted', 'Running', 'Succeeded', 'Failed' NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
commandType
Polymorphic Discriminator
commandType: "Migrate.Sync.Complete.Database"
Property Value
"Migrate.Sync.Complete.Database"
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
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
state
The state of the command. This is ignored if submitted. Possible values include: 'Unknown', 'Accepted', 'Running', 'Succeeded', 'Failed' NOTE: This property will not be serialized. It can only be populated by the server.
state?: CommandState