Class ClusterListResult
java.lang.Object
com.azure.resourcemanager.kusto.models.ClusterListResult
The list Kusto clusters operation response.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
validate()
Validates the instance.value()
Get the value property: The list of Kusto clusters.withValue
(List<ClusterInner> value) Set the value property: The list of Kusto clusters.
-
Constructor Details
-
ClusterListResult
public ClusterListResult()
-
-
Method Details
-
value
Get the value property: The list of Kusto clusters.- Returns:
- the value value.
-
withValue
Set the value property: The list of Kusto clusters.- Parameters:
value
- the value value to set.- Returns:
- the ClusterListResult object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-