Uses of Class
com.azure.resourcemanager.containerregistry.models.CacheRulesListResult
Packages that use CacheRulesListResult
Package
Description
Package containing the data models for ContainerRegistryManagementClient.
-
Uses of CacheRulesListResult in com.azure.resourcemanager.containerregistry.models
Classes in com.azure.resourcemanager.containerregistry.models that implement interfaces with type arguments of type CacheRulesListResultModifier and TypeClassDescriptionfinal classThe result of a request to list cache rules for a container registry.Methods in com.azure.resourcemanager.containerregistry.models that return CacheRulesListResultModifier and TypeMethodDescriptionstatic CacheRulesListResultCacheRulesListResult.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of CacheRulesListResult from the JsonReader.CacheRulesListResult.withNextLink(String nextLink) Set the nextLink property: The URI that can be used to request the next list of cache rules.CacheRulesListResult.withValue(List<CacheRuleInner> value) Set the value property: The list of cache rules.