Class KubernetesVersionListResultInner
java.lang.Object
com.azure.resourcemanager.containerservice.fluent.models.KubernetesVersionListResultInner
Hold values properties, which is array of KubernetesVersion.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of KubernetesVersionListResultInner class. -
Method Summary
Modifier and TypeMethodDescriptionvoidvalidate()Validates the instance.values()Get the values property: Array of AKS supported Kubernetes versions.withValues(List<KubernetesVersion> values) Set the values property: Array of AKS supported Kubernetes versions.
-
Constructor Details
-
KubernetesVersionListResultInner
public KubernetesVersionListResultInner()Creates an instance of KubernetesVersionListResultInner class.
-
-
Method Details
-
values
Get the values property: Array of AKS supported Kubernetes versions.- Returns:
- the values value.
-
withValues
Set the values property: Array of AKS supported Kubernetes versions.- Parameters:
values- the values value to set.- Returns:
- the KubernetesVersionListResultInner object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-