RedisLinkedServerCreateProperties Class

Create properties for a linked server.

Variables are only populated by the server, and will be ignored when sending a request.

All required parameters must be populated in order to send to server.

Inheritance
azure.mgmt.redis._serialization.Model
RedisLinkedServerCreateProperties

Constructor

RedisLinkedServerCreateProperties(*, linked_redis_cache_id: str, linked_redis_cache_location: str, server_role: str | _models.ReplicationRole, **kwargs: Any)

Keyword-Only Parameters

Name Description
linked_redis_cache_id
str

Fully qualified resourceId of the linked redis cache. Required.

linked_redis_cache_location
str

Location of the linked redis cache. Required.

server_role

Role of the linked server. Required. Known values are: "Primary" and "Secondary".

Variables

Name Description
linked_redis_cache_id
str

Fully qualified resourceId of the linked redis cache. Required.

linked_redis_cache_location
str

Location of the linked redis cache. Required.

server_role

Role of the linked server. Required. Known values are: "Primary" and "Secondary".

geo_replicated_primary_host_name
str

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

primary_host_name
str

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