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