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