Uses of Class
com.azure.resourcemanager.containerservice.models.AgentPoolListResult
Packages that use AgentPoolListResult
Package
Description
Package containing the data models for ContainerServiceManagementClient.
-
Uses of AgentPoolListResult in com.azure.resourcemanager.containerservice.models
Classes in com.azure.resourcemanager.containerservice.models that implement interfaces with type arguments of type AgentPoolListResultModifier and TypeClassDescriptionfinal classThe response from the List Agent Pools operation.Methods in com.azure.resourcemanager.containerservice.models that return AgentPoolListResultModifier and TypeMethodDescriptionstatic AgentPoolListResultAgentPoolListResult.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of AgentPoolListResult from the JsonReader.AgentPoolListResult.withValue(List<AgentPoolInner> value) Set the value property: The list of agent pools.