public final class ManagedClusterListResult extends Object
| Constructor and Description |
|---|
ManagedClusterListResult() |
| Modifier and Type | Method and Description |
|---|---|
String |
nextLink()
Get the nextLink property: The URL to get the next set of managed cluster results.
|
void |
validate()
Validates the instance.
|
List<ManagedClusterInner> |
value()
Get the value property: The list of managed clusters.
|
ManagedClusterListResult |
withValue(List<ManagedClusterInner> value)
Set the value property: The list of managed clusters.
|
public List<ManagedClusterInner> value()
public ManagedClusterListResult withValue(List<ManagedClusterInner> value)
value - the value value to set.public String nextLink()
public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2020 Microsoft Corporation. All rights reserved.