Get Cache Result
data class GetCacheResult(val accessKeysAuthenticationEnabled: Boolean, val capacity: Int, val family: String, val hostname: String, val id: String, val location: String, val minimumTlsVersion: String, val name: String, val nonSslPortEnabled: Boolean, 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
constructor(accessKeysAuthenticationEnabled: Boolean, capacity: Int, family: String, hostname: String, id: String, location: String, minimumTlsVersion: String, name: String, nonSslPortEnabled: Boolean, 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>)
Properties
Link copied to clipboard
Specifies if access key authentication is enabled.
Link copied to clipboard
The minimum TLS version.
Link copied to clipboard
Link copied to clipboard
A list of patch_schedule
blocks as defined below.
Link copied to clipboard
The Primary Access Key for the Redis Instance
Link copied to clipboard
The primary connection string of the Redis Instance.
Link copied to clipboard
The Static IP Address assigned to the Redis Cache when hosted inside the Virtual Network.
Link copied to clipboard
A redis_configuration
block as defined below.
Link copied to clipboard
Link copied to clipboard
The Secondary Access Key for the Redis Instance
Link copied to clipboard
The secondary connection string of the Redis Instance.
Link copied to clipboard