MigrateMongoDBTaskProperties.Output Property

Definition

Gets the output Please note DataMigrationMongoDBProgress is the base class. According to the scenario, a derived class of the base class might need to be assigned here, or this property needs to be casted to one of the possible derived classes. The available derived classes include DataMigrationMongoDBCollectionProgress, DataMigrationMongoDBDatabaseProgress and DataMigrationMongoDBMigrationProgress.

public System.Collections.Generic.IReadOnlyList<Azure.ResourceManager.DataMigration.Models.DataMigrationMongoDBProgress> Output { get; }
member this.Output : System.Collections.Generic.IReadOnlyList<Azure.ResourceManager.DataMigration.Models.DataMigrationMongoDBProgress>
Public ReadOnly Property Output As IReadOnlyList(Of DataMigrationMongoDBProgress)

Property Value

Applies to