The result of a DescribeAnalysisSchemes request. Contains the analysis schemes configured for the domain specified in the request.
 Declaration Syntax
 Declaration Syntax| C# | 
public class DescribeAnalysisSchemesResult
 Members
 Members| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description | 
|---|---|---|
|  | DescribeAnalysisSchemesResult()()()() | Initializes a new instance of the DescribeAnalysisSchemesResult class | 
|  | AnalysisSchemes | 
            The analysis scheme descriptions.
             
             | 
|  | 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.) | 
|  | ToString()()()() | Returns a string that represents the current object.(Inherited from Object.) | 
|  | WithAnalysisSchemes(array<AnalysisSchemeStatus>[]()[][]) | Obsolete. 
            Adds elements to the AnalysisSchemes collection
             | 
|  | WithAnalysisSchemes(IEnumerable<(Of <<'(AnalysisSchemeStatus>)>>)) | Obsolete. 
            Adds elements to the AnalysisSchemes collection
             | 
 Inheritance Hierarchy
 Inheritance Hierarchy| Object | |
|  | DescribeAnalysisSchemesResult |