The refresh status of a Trusted Advisor check.
 Declaration Syntax
 Declaration Syntax| C# | 
public class TrustedAdvisorCheckRefreshStatus
 Members
 Members| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description | 
|---|---|---|
|  | TrustedAdvisorCheckRefreshStatus()()()() | Initializes a new instance of the TrustedAdvisorCheckRefreshStatus class | 
|  | CheckId | 
            The unique identifier for the Trusted Advisor check.
             
             | 
|  | 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.) | 
|  | MillisUntilNextRefreshable | 
            The amount of time, in milliseconds, until the Trusted Advisor check is eligible for refresh.
             
             | 
|  | Status | 
            The status of the Trusted Advisor check for which a refresh has been requested: "none", "enqueued", "processing", "success", or "abandoned".
             
             | 
|  | ToString()()()() | Returns a string that represents the current object.(Inherited from Object.) | 
|  | WithCheckId(String) | Obsolete. 
            Sets the CheckId property
             | 
|  | WithMillisUntilNextRefreshable(Int64) | Obsolete. 
            Sets the MillisUntilNextRefreshable property
             | 
|  | WithStatus(String) | Obsolete. 
            Sets the Status property
             | 
 Inheritance Hierarchy
 Inheritance Hierarchy| Object | |
|  | TrustedAdvisorCheckRefreshStatus |