The description and metadata for a Trusted Advisor check.
 Declaration Syntax
 Declaration Syntax| C# | 
public class TrustedAdvisorCheckDescription
 Members
 Members| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description | 
|---|---|---|
|  | TrustedAdvisorCheckDescription()()()() | Initializes a new instance of the TrustedAdvisorCheckDescription class | 
|  | Category | 
            The category of the Trusted Advisor check.
             
             | 
|  | Description | 
            The description of the Trusted Advisor check, which includes the alert criteria and recommended actions (contains HTML markup).
             
             | 
|  | 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.) | 
|  | Id | 
            The unique identifier for the Trusted Advisor check.
             
             | 
|  | Metadata | 
            The column headings for the data returned by the Trusted Advisor check. The order of the headings corresponds to the order of the data in
            the Metadata element of the TrustedAdvisorResourceDetail for the check.
             
             | 
|  | Name | 
            The display name for the Trusted Advisor check.
             
             | 
|  | ToString()()()() | Returns a string that represents the current object.(Inherited from Object.) | 
|  | WithCategory(String) | Obsolete. 
            Sets the Category property
             | 
|  | WithDescription(String) | Obsolete. 
            Sets the Description property
             | 
|  | WithId(String) | Obsolete. 
            Sets the Id property
             | 
|  | WithMetadata(array<String>[]()[][]) | Obsolete. 
            Adds elements to the Metadata collection
             | 
|  | WithMetadata(IEnumerable<(Of <<'(String>)>>)) | Obsolete. 
            Adds elements to the Metadata collection
             | 
|  | WithName(String) | Obsolete. 
            Sets the Name property
             | 
 Inheritance Hierarchy
 Inheritance Hierarchy| Object | |
|  | TrustedAdvisorCheckDescription |