Uses of Class
com.azure.resourcemanager.containerservice.models.ManagedClusterListResult
Packages that use ManagedClusterListResult
Package
Description
Package containing the data models for ContainerServiceManagementClient.
-
Uses of ManagedClusterListResult in com.azure.resourcemanager.containerservice.models
Classes in com.azure.resourcemanager.containerservice.models that implement interfaces with type arguments of type ManagedClusterListResultModifier and TypeClassDescriptionfinal classThe response from the List Managed Clusters operation.Methods in com.azure.resourcemanager.containerservice.models that return ManagedClusterListResultModifier and TypeMethodDescriptionstatic ManagedClusterListResultManagedClusterListResult.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ManagedClusterListResult from the JsonReader.ManagedClusterListResult.withValue(List<ManagedClusterInner> value) Set the value property: The list of managed clusters.