Represents the timeline of the cluster's lifecycle.

C# |
public class ClusterTimeline

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
|

Object | |
![]() | ClusterTimeline |