TaskStatusInfo.TaskSteps Property
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.
Required. List of steps which are part of the task, with each step's status
public System.Collections.Generic.IList<Microsoft.WindowsAzure.Management.StorSimple.Models.TaskStep> TaskSteps { get; set; }
member this.TaskSteps : System.Collections.Generic.IList<Microsoft.WindowsAzure.Management.StorSimple.Models.TaskStep> with get, set
Public Property TaskSteps As IList(Of TaskStep)