Uses of Class
com.azure.resourcemanager.containerservice.fluent.models.KubernetesVersionListResultInner
Packages that use KubernetesVersionListResultInner
Package
Description
Package containing the service clients for ContainerServiceManagementClient.
Package containing the inner data models for ContainerServiceManagementClient.
-
Uses of KubernetesVersionListResultInner in com.azure.resourcemanager.containerservice.fluent
Methods in com.azure.resourcemanager.containerservice.fluent that return KubernetesVersionListResultInnerModifier and TypeMethodDescriptionManagedClustersClient.listKubernetesVersions(String location) Gets a list of supported Kubernetes versions in the specified subscription.Methods in com.azure.resourcemanager.containerservice.fluent that return types with arguments of type KubernetesVersionListResultInnerModifier and TypeMethodDescriptionManagedClustersClient.listKubernetesVersionsAsync(String location) Gets a list of supported Kubernetes versions in the specified subscription.com.azure.core.http.rest.Response<KubernetesVersionListResultInner>ManagedClustersClient.listKubernetesVersionsWithResponse(String location, com.azure.core.util.Context context) Gets a list of supported Kubernetes versions in the specified subscription.Mono<com.azure.core.http.rest.Response<KubernetesVersionListResultInner>>ManagedClustersClient.listKubernetesVersionsWithResponseAsync(String location) Gets a list of supported Kubernetes versions in the specified subscription. -
Uses of KubernetesVersionListResultInner in com.azure.resourcemanager.containerservice.fluent.models
Methods in com.azure.resourcemanager.containerservice.fluent.models that return KubernetesVersionListResultInnerModifier and TypeMethodDescriptionKubernetesVersionListResultInner.withValues(List<KubernetesVersion> values) Set the values property: Array of AKS supported Kubernetes versions.