Share via


ProjectTaskProperties.Commands Property

Definition

Array of command properties. Please note CommandProperties 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 MigrateMISyncCompleteCommandProperties, MigrateSyncCompleteCommandProperties, MongoDBCancelCommand, MongoDBFinishCommand and MongoDBRestartCommand.

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

Property Value

Applies to