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.ModelRedisLinkedServerCreateProperties
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
|
Fully qualified resourceId of the linked redis cache. Required. |
linked_redis_cache_location
|
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
|
Fully qualified resourceId of the linked redis cache. Required. |
linked_redis_cache_location
|
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
|
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
|
The changing DNS name that resolves to the current geo-primary cache among the linked redis caches before or after the Geo Failover. |
Azure SDK for Python