RedisLinkedServerCreateProperties Class

Create properties for a linked server.

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

Inheritance
RedisLinkedServerCreateProperties

Constructor

RedisLinkedServerCreateProperties(*, 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".