withRedisInsight
Function
interface RedisResource { // ... omitted for brevity withRedisInsight( configureContainer?: callback, containerName?: string): RedisResource;}Signature
method
withRedisInsight builder Adds Redis Insight management UI
withRedisInsight(configureContainer?: (obj: RedisInsightResource) => void, containerName?: string): RedisResourceParameters
configureContainer (obj: RedisInsightResource) => void optional containerName string optional Returns
RedisResource Applies to
This function is an extension method on the following types: