Uses of Class
com.azure.resourcemanager.apimanagement.fluent.models.CacheUpdateProperties
Packages that use CacheUpdateProperties
Package
Description
Package containing the inner data models for ApiManagementClient.
-
Uses of CacheUpdateProperties in com.azure.resourcemanager.apimanagement.fluent.models
Methods in com.azure.resourcemanager.apimanagement.fluent.models that return CacheUpdatePropertiesModifier and TypeMethodDescriptionstatic CacheUpdatePropertiesCacheUpdateProperties.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of CacheUpdateProperties from the JsonReader.CacheUpdateProperties.withConnectionString(String connectionString) Set the connectionString property: Runtime connection string to cache.CacheUpdateProperties.withDescription(String description) Set the description property: Cache description.CacheUpdateProperties.withResourceId(String resourceId) Set the resourceId property: Original uri of entity in external system cache points to.CacheUpdateProperties.withUseFromLocation(String useFromLocation) Set the useFromLocation property: Location identifier to use cache from (should be either 'default' or valid Azure region identifier).