Partager via


MongoDbCancelCommand Class

Definition

Properties for the command that cancels a migration in whole or in part

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

Constructors

MongoDbCancelCommand()

Initializes a new instance of the MongoDbCancelCommand class.

MongoDbCancelCommand(IList<ODataError>, String, MongoDbCommandInput)

Initializes a new instance of the MongoDbCancelCommand class.

Properties

Errors

Gets array of errors. This is ignored if submitted.

(Inherited from CommandProperties)
Input

Gets or sets command input

State

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

(Inherited from CommandProperties)

Applies to