Uses of Class
com.azure.resourcemanager.containerregistry.models.AgentPoolListResult
Packages that use AgentPoolListResult
Package
Description
Package containing the data models for ContainerRegistryManagementClient.
-
Uses of AgentPoolListResult in com.azure.resourcemanager.containerregistry.models
Methods in com.azure.resourcemanager.containerregistry.models that return AgentPoolListResultModifier and TypeMethodDescriptionstatic AgentPoolListResultAgentPoolListResult.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of AgentPoolListResult from the JsonReader.AgentPoolListResult.withNextLink(String nextLink) Set the nextLink property: The URI that can be used to request the next set of paged results.AgentPoolListResult.withValue(List<AgentPoolInner> value) Set the value property: The collection value.