Uses of Class
com.azure.resourcemanager.apimanagement.models.CacheUpdateParameters
Packages that use CacheUpdateParameters
Package
Description
Package containing the service clients for ApiManagementClient.
Package containing the data models for ApiManagementClient.
-
Uses of CacheUpdateParameters in com.azure.resourcemanager.apimanagement.fluent
Methods in com.azure.resourcemanager.apimanagement.fluent with parameters of type CacheUpdateParametersModifier and TypeMethodDescriptionCachesClient.update(String resourceGroupName, String serviceName, String cacheId, String ifMatch, CacheUpdateParameters parameters) Updates the details of the cache specified by its identifier.CachesClient.updateWithResponse(String resourceGroupName, String serviceName, String cacheId, String ifMatch, CacheUpdateParameters parameters, com.azure.core.util.Context context) Updates the details of the cache specified by its identifier. -
Uses of CacheUpdateParameters in com.azure.resourcemanager.apimanagement.models
Methods in com.azure.resourcemanager.apimanagement.models that return CacheUpdateParametersModifier and TypeMethodDescriptionstatic CacheUpdateParametersCacheUpdateParameters.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of CacheUpdateParameters from the JsonReader.CacheUpdateParameters.withConnectionString(String connectionString) Set the connectionString property: Runtime connection string to cache.CacheUpdateParameters.withDescription(String description) Set the description property: Cache description.CacheUpdateParameters.withResourceId(String resourceId) Set the resourceId property: Original uri of entity in external system cache points to.CacheUpdateParameters.withUseFromLocation(String useFromLocation) Set the useFromLocation property: Location identifier to use cache from (should be either 'default' or valid Azure region identifier).