GetLinkedServerResult

data class GetLinkedServerResult(val id: String, val linkedRedisCacheId: String, val linkedRedisCacheLocation: String, val name: String, val provisioningState: String, val serverRole: String, val type: String)

Response to put/get linked server (with properties) for Redis cache.

Constructors

Link copied to clipboard
constructor(id: String, linkedRedisCacheId: String, linkedRedisCacheLocation: String, name: String, provisioningState: String, serverRole: String, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val id: String

Resource ID.

Link copied to clipboard

Fully qualified resourceId of the linked redis cache.

Link copied to clipboard

Location of the linked redis cache.

Link copied to clipboard

Resource name.

Link copied to clipboard

Terminal state of the link between primary and secondary redis cache.

Link copied to clipboard

Role of the linked server.

Link copied to clipboard

Resource type.