Class ManagedClusterListResult
- java.lang.Object
-
- com.azure.resourcemanager.containerservice.models.ManagedClusterListResult
-
public final class ManagedClusterListResult extends Object
The response from the List Managed Clusters operation.
-
-
Constructor Summary
Constructors Constructor Description ManagedClusterListResult()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringnextLink()Get the nextLink property: The URL to get the next set of managed cluster results.voidvalidate()Validates the instance.List<ManagedClusterInner>value()Get the value property: The list of managed clusters.ManagedClusterListResultwithValue(List<ManagedClusterInner> value)Set the value property: The list of managed clusters.
-
-
-
Method Detail
-
value
public List<ManagedClusterInner> value()
Get the value property: The list of managed clusters.- Returns:
- the value value.
-
withValue
public ManagedClusterListResult withValue(List<ManagedClusterInner> value)
Set the value property: The list of managed clusters.- Parameters:
value- the value value to set.- Returns:
- the ManagedClusterListResult object itself.
-
nextLink
public String nextLink()
Get the nextLink property: The URL to get the next set of managed cluster results.- Returns:
- the nextLink value.
-
validate
public void validate()
Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-
-