The instance status details.
            
 Declaration Syntax
 Declaration Syntax| C# | 
public class InstanceStatus
 Members
 Members| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description | 
|---|---|---|
|  | InstanceStatus()()()() | Initializes a new instance of the InstanceStatus 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.) | 
|  | State | 
            Gets and sets the property State. 
             The current state of the instance. | 
|  | StateChangeReason | 
            Gets and sets the property StateChangeReason. 
             The details of the status change reason for the instance. | 
|  | Timeline | 
            Gets and sets the property Timeline. 
             The timeline of the instance status over time. | 
|  | ToString()()()() | Returns a string that represents the current object.(Inherited from Object.) | 
|  | WithState(String) | Obsolete. 
            Sets the State property
             | 
|  | WithStateChangeReason(InstanceStateChangeReason) | Obsolete. 
            Sets the StateChangeReason property
             | 
|  | WithTimeline(InstanceTimeline) | Obsolete. 
            Sets the Timeline property
             | 
 Inheritance Hierarchy
 Inheritance Hierarchy| Object | |
|  | InstanceStatus |