This contains a ClusterSummaryList with the cluster details; for example, the cluster
            IDs, names, and status.
            
 Declaration Syntax
 Declaration Syntax| C# | 
public class ListClustersResult
 Members
 Members| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description | 
|---|---|---|
|  | ListClustersResult()()()() | Initializes a new instance of the ListClustersResult class | 
|  | Clusters | 
            Gets and sets the property Clusters. 
             The list of clusters for the account based on the given filters. | 
|  | 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.) | 
|  | Marker | 
            Gets and sets the property Marker. 
             The pagination token that indicates the next set of results to retrieve. | 
|  | ToString()()()() | Returns a string that represents the current object.(Inherited from Object.) | 
|  | WithClusters(array<ClusterSummary>[]()[][]) | Obsolete. 
            Sets the Clusters property
             | 
|  | WithClusters(IEnumerable<(Of <<'(ClusterSummary>)>>)) | Obsolete. 
            Sets the Clusters property
             | 
|  | WithMarker(String) | Obsolete. 
            Sets the Marker property
             | 
 Inheritance Hierarchy
 Inheritance Hierarchy| Object | |
|  | ListClustersResult |