다음을 통해 공유


DataMigrationProjectTaskProperties.Commands Property

Definition

Array of command properties. Please note DataMigrationCommandProperties 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 DataMigrationMongoDBCancelCommand, DataMigrationMongoDBFinishCommand, MigrateMISyncCompleteCommandProperties, MigrateSyncCompleteCommandProperties and DataMigrationMongoDBRestartCommand.

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

Property Value

Applies to