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
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: If provided, client must use NextLink URI to request next list of cache rules.CacheRulesListResult.withValue(List<CacheRuleInner> value) Set the value property: The list of cache rules.