RedisLinkedServerCreateParameters Class

Parameter required for creating a linked server to redis cache.

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

Inheritance
RedisLinkedServerCreateParameters

Constructor

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