ValidateMongoDbMigrationTaskCmdlet Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public class ValidateMongoDbMigrationTaskCmdlet : Microsoft.Azure.Commands.DataMigration.Cmdlets.TaskCmdlet<Microsoft.Azure.Commands.DataMigration.Models.MongoDbConnectionInfo>
type ValidateMongoDbMigrationTaskCmdlet = class
inherit TaskCmdlet<MongoDbConnectionInfo>
Public Class ValidateMongoDbMigrationTaskCmdlet
Inherits TaskCmdlet(Of MongoDbConnectionInfo)
- Inheritance
- Derived
Constructors
| Name | Description |
|---|---|
| ValidateMongoDbMigrationTaskCmdlet(InvocationInfo) | |
Fields
| Name | Description |
|---|---|
| SourceConnection | (Inherited from TaskCmdlet<T>) |
| SourceCred | (Inherited from TaskCmdlet<T>) |
| TargetConnection | (Inherited from TaskCmdlet<T>) |
| TargetCred | (Inherited from TaskCmdlet<T>) |
Properties
| Name | Description |
|---|---|
| MyInvocation | (Inherited from DynamicCmdlet) |
| RuntimeDefinedParams | (Inherited from DynamicCmdlet) |
Methods
| Name | Description |
|---|---|
| CreateTaskProperties(MongoDbMigrationSettings) | |
| CustomInit() | |
| ProcessTaskCmdlet() | |
| SimpleParam(String, Type, String, Boolean, Boolean, String[]) | (Inherited from DynamicCmdlet) |
| SourceConnectionInfoParam(Boolean) | (Inherited from TaskCmdlet<T>) |
| TargetConnectionInfoParam(Boolean) | (Inherited from TaskCmdlet<T>) |