Uses of Class
com.azure.resourcemanager.containerservice.fluent.models.AgentPoolAvailableVersionsProperties
Packages that use AgentPoolAvailableVersionsProperties
Package
Description
Package containing the inner data models for ContainerServiceManagementClient.
-
Uses of AgentPoolAvailableVersionsProperties in com.azure.resourcemanager.containerservice.fluent.models
Classes in com.azure.resourcemanager.containerservice.fluent.models that implement interfaces with type arguments of type AgentPoolAvailableVersionsPropertiesModifier and TypeClassDescriptionfinal classThe list of available agent pool versions.Methods in com.azure.resourcemanager.containerservice.fluent.models that return AgentPoolAvailableVersionsPropertiesModifier and TypeMethodDescriptionAgentPoolAvailableVersionsProperties.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of AgentPoolAvailableVersionsProperties from the JsonReader.AgentPoolAvailableVersionsProperties.withAgentPoolVersions(List<AgentPoolAvailableVersionsPropertiesAgentPoolVersionsItem> agentPoolVersions) Set the agentPoolVersions property: List of versions available for agent pool.