Uses of Class
com.azure.resourcemanager.containerregistry.models.RegistryListResult
Packages that use RegistryListResult
Package
Description
Package containing the data models for ContainerRegistryManagementClient.
-
Uses of RegistryListResult in com.azure.resourcemanager.containerregistry.models
Methods in com.azure.resourcemanager.containerregistry.models that return RegistryListResultModifier and TypeMethodDescriptionstatic RegistryListResultRegistryListResult.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of RegistryListResult from the JsonReader.RegistryListResult.withNextLink(String nextLink) Set the nextLink property: The URI that can be used to request the next list of container registries.RegistryListResult.withValue(List<RegistryInner> value) Set the value property: The list of container registries.