Uses of Interface
com.azure.resourcemanager.apimanagement.models.CacheContract.Update
Packages that use CacheContract.Update
Package
Description
Package containing the data models for ApiManagementClient.
-
Uses of CacheContract.Update in com.azure.resourcemanager.apimanagement.models
Methods in com.azure.resourcemanager.apimanagement.models that return CacheContract.UpdateModifier and TypeMethodDescriptionCacheContract.update()Begins update for the CacheContract resource.CacheContract.UpdateStages.WithConnectionString.withConnectionString(String connectionString) Specifies the connectionString property: Runtime connection string to cache.CacheContract.UpdateStages.WithDescription.withDescription(String description) Specifies the description property: Cache description.CacheContract.UpdateStages.WithIfMatch.withIfMatch(String ifMatch) Specifies the ifMatch property: ETag of the Entity.CacheContract.UpdateStages.WithResourceId.withResourceId(String resourceId) Specifies the resourceId property: Original uri of entity in external system cache points to.CacheContract.UpdateStages.WithUseFromLocation.withUseFromLocation(String useFromLocation) Specifies the useFromLocation property: Location identifier to use cache from (should be either 'default' or valid Azure region identifier).