Represents the timeline of the cluster's lifecycle.
            
 Declaration Syntax
 Declaration Syntax| C# | 
public class ClusterTimeline
 Members
 Members| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description | 
|---|---|---|
|  | ClusterTimeline()()()() | Initializes a new instance of the ClusterTimeline class | 
|  | CreationDateTime | 
            Gets and sets the property CreationDateTime. 
             The creation date and time of the cluster. | 
|  | EndDateTime | 
            Gets and sets the property EndDateTime. 
             The date and time when the cluster was terminated. | 
|  | 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.) | 
|  | ReadyDateTime | 
            Gets and sets the property ReadyDateTime. 
             The date and time when the cluster was ready to execute steps. | 
|  | ToString()()()() | Returns a string that represents the current object.(Inherited from Object.) | 
|  | WithCreationDateTime(DateTime) | Obsolete. 
            Sets the CreationDateTime property
             | 
|  | WithEndDateTime(DateTime) | Obsolete. 
            Sets the EndDateTime property
             | 
|  | WithReadyDateTime(DateTime) | Obsolete. 
            Sets the ReadyDateTime property
             | 
 Inheritance Hierarchy
 Inheritance Hierarchy| Object | |
|  | ClusterTimeline |