Uses of Class
com.azure.resourcemanager.containerservice.models.ManagedNamespaceListResult
Packages that use ManagedNamespaceListResult
Package
Description
Package containing the data models for ContainerServiceManagementClient.
-
Uses of ManagedNamespaceListResult in com.azure.resourcemanager.containerservice.models
Classes in com.azure.resourcemanager.containerservice.models that implement interfaces with type arguments of type ManagedNamespaceListResultModifier and TypeClassDescriptionfinal classThe result of a request to list managed namespaces in a managed cluster.Methods in com.azure.resourcemanager.containerservice.models that return ManagedNamespaceListResultModifier and TypeMethodDescriptionstatic ManagedNamespaceListResultManagedNamespaceListResult.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ManagedNamespaceListResult from the JsonReader.ManagedNamespaceListResult.withNextLink(String nextLink) Set the nextLink property: The URI to fetch the next page of results, if any.ManagedNamespaceListResult.withValue(List<ManagedNamespaceInner> value) Set the value property: The list of managed namespaces.