This output contains the list of steps.
            
 Declaration Syntax
 Declaration Syntax| C# | 
public class ListStepsResult
 Members
 Members| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description | 
|---|---|---|
|  | ListStepsResult()()()() | Initializes a new instance of the ListStepsResult class | 
|  | Equals(Object) | (Inherited from Object.) | 
|  | GetHashCode()()()() | Serves as a hash function for a particular type. (Inherited from Object.) | 
|  | GetType()()()() | Gets the type of the current instance.(Inherited from Object.) | 
|  | Marker | 
            Gets and sets the property Marker. 
             The pagination token that indicates the next set of results to retrieve. | 
|  | Steps | 
            Gets and sets the property Steps. 
             The filtered list of steps for the cluster. | 
|  | ToString()()()() | Returns a string that represents the current object.(Inherited from Object.) | 
|  | WithMarker(String) | Obsolete. 
            Sets the Marker property
             | 
|  | WithSteps(array<StepSummary>[]()[][]) | Obsolete. 
            Sets the Steps property
             | 
|  | WithSteps(IEnumerable<(Of <<'(StepSummary>)>>)) | Obsolete. 
            Sets the Steps property
             | 
 Inheritance Hierarchy
 Inheritance Hierarchy| Object | |
|  | ListStepsResult |