ClusterListResult Class

The list clusters operation response.

Inheritance
ClusterListResult

Constructor

ClusterListResult(*, next_link: Optional[str] = None, value: Optional[List[azure.mgmt.loganalytics.models._models_py3.Cluster]] = None, **kwargs)

Parameters

next_link
str
Required

The link used to get the next page of recommendations.

value
list[Cluster]
Required

A list of Log Analytics clusters.