The output of the DescribeMetricCollectionTypes action.
 Declaration Syntax
 Declaration Syntax| C# | 
public class DescribeMetricCollectionTypesResult
 Members
 Members| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description | 
|---|---|---|
|  | DescribeMetricCollectionTypesResult()()()() | Initializes a new instance of the DescribeMetricCollectionTypesResult 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.) | 
|  | Granularities | 
            A list of granularities for the listed Metrics.
             
             | 
|  | Metrics | 
            The list of Metrics collected. The following metrics are supported:  
 | 
|  | ToString()()()() | Returns a string that represents the current object.(Inherited from Object.) | 
|  | WithGranularities(array<MetricGranularityType>[]()[][]) | Obsolete. 
            Adds elements to the Granularities collection
             | 
|  | WithGranularities(IEnumerable<(Of <<'(MetricGranularityType>)>>)) | Obsolete. 
            Adds elements to the Granularities collection
             | 
|  | WithMetrics(array<MetricCollectionType>[]()[][]) | Obsolete. 
            Adds elements to the Metrics collection
             | 
|  | WithMetrics(IEnumerable<(Of <<'(MetricCollectionType>)>>)) | Obsolete. 
            Adds elements to the Metrics collection
             | 
 Inheritance Hierarchy
 Inheritance Hierarchy| Object | |
|  | DescribeMetricCollectionTypesResult |