GetLinkedServerResult

data class GetLinkedServerResult(val geoReplicatedPrimaryHostName: String, val id: String, val linkedRedisCacheId: String, val linkedRedisCacheLocation: String, val name: String, val primaryHostName: 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(geoReplicatedPrimaryHostName: String, id: String, linkedRedisCacheId: String, linkedRedisCacheLocation: String, name: String, primaryHostName: String, provisioningState: String, serverRole: String, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The unchanging DNS name which will always point to current geo-primary cache among the linked redis caches for seamless Geo Failover experience.

Link copied to clipboard
val id: String

Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}

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

The name of the resource

Link copied to clipboard

The changing DNS name that resolves to the current geo-primary cache among the linked redis caches before or after the Geo Failover.

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

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"