Get Cache Result
data class GetCacheResult(val capacity: Int, val enableNonSslPort: Boolean, val family: String, val hostname: String, val id: String, val location: String, val minimumTlsVersion: String, val name: String, val patchSchedules: List<GetCachePatchSchedule>, val port: Int, val primaryAccessKey: String, val primaryConnectionString: String, val privateStaticIpAddress: String, val redisConfigurations: List<GetCacheRedisConfiguration>, val resourceGroupName: String, val secondaryAccessKey: String, val secondaryConnectionString: String, val shardCount: Int, val skuName: String, val sslPort: Int, val subnetId: String, val tags: Map<String, String>, val zones: List<String>)
A collection of values returned by getCache.
Constructors
Link copied to clipboard
fun GetCacheResult(capacity: Int, enableNonSslPort: Boolean, family: String, hostname: String, id: String, location: String, minimumTlsVersion: String, name: String, patchSchedules: List<GetCachePatchSchedule>, port: Int, primaryAccessKey: String, primaryConnectionString: String, privateStaticIpAddress: String, redisConfigurations: List<GetCacheRedisConfiguration>, resourceGroupName: String, secondaryAccessKey: String, secondaryConnectionString: String, shardCount: Int, skuName: String, sslPort: Int, subnetId: String, tags: Map<String, String>, zones: List<String>)