你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

MongoDbRestartCommand Class

Definition

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

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

Constructors

MongoDbRestartCommand()

Initializes a new instance of the MongoDbRestartCommand class.

MongoDbRestartCommand(IList<ODataError>, String, MongoDbCommandInput)

Initializes a new instance of the MongoDbRestartCommand 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