CacheUpdateParameters interface
Cache update details.
Properties
connection |
Runtime connection string to cache |
description | Cache description |
resource |
Original uri of entity in external system cache points to |
use |
Location identifier to use cache from (should be either 'default' or valid Azure region identifier) |
Property Details
connectionString
Runtime connection string to cache
connectionString?: string
Property Value
string
description
Cache description
description?: string
Property Value
string
resourceId
Original uri of entity in external system cache points to
resourceId?: string
Property Value
string
useFromLocation
Location identifier to use cache from (should be either 'default' or valid Azure region identifier)
useFromLocation?: string
Property Value
string