RedisLinkedServerProperties Class
Properties of a linked server to be returned in get/put response.
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 Azure.
- Inheritance
-
azure.mgmt.redis.models._models_py3.RedisLinkedServerCreatePropertiesRedisLinkedServerProperties
Constructor
RedisLinkedServerProperties(*, linked_redis_cache_id: str, linked_redis_cache_location: str, server_role: Union[str, azure.mgmt.redis.models._redis_management_client_enums.ReplicationRole], **kwargs)
Variables
- linked_redis_cache_id
- str
Required. Fully qualified resourceId of the linked redis cache.
- linked_redis_cache_location
- str
Required. Location of the linked redis cache.
- server_role
- str or ReplicationRole
Required. Role of the linked server. Possible values include: "Primary", "Secondary".
- provisioning_state
- str
Terminal state of the link between primary and secondary redis cache.
Feedback
Submit and view feedback for