Partager via


ValidateMongoDbTaskProperties Class

Definition

Properties for the task that validates a migration between MongoDB data sources

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

Constructors

ValidateMongoDbTaskProperties()

Initializes a new instance of the ValidateMongoDbTaskProperties class.

ValidateMongoDbTaskProperties(IList<ODataError>, String, IList<CommandProperties>, IDictionary<String,String>, MongoDbMigrationSettings, IList<MongoDbMigrationProgress>)

Initializes a new instance of the ValidateMongoDbTaskProperties class.

Properties

ClientData

Gets or sets key value pairs of client data to attach meta data information to task

(Inherited from ProjectTaskProperties)
Commands

Gets array of command properties.

(Inherited from ProjectTaskProperties)
Errors

Gets array of errors. This is ignored if submitted.

(Inherited from ProjectTaskProperties)
Input

Gets or sets describes how a MongoDB data migration should be performed

Output

Gets an array containing a single MongoDbMigrationProgress object

State

Gets the state of the task. This is ignored if submitted. Possible values include: 'Unknown', 'Queued', 'Running', 'Canceled', 'Succeeded', 'Failed', 'FailedInputValidation', 'Faulted'

(Inherited from ProjectTaskProperties)

Methods

Validate()

Validate the object.

Applies to