RedisLinkedServerWithProperties Class

Response to put/get linked server (with properties) for Redis cache.

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

Inheritance
azure.mgmt.redis.models._models_py3.ProxyResource
RedisLinkedServerWithProperties

Constructor

RedisLinkedServerWithProperties(*, linked_redis_cache_id: Optional[str] = None, linked_redis_cache_location: Optional[str] = None, server_role: Optional[Union[str, azure.mgmt.redis.models._redis_management_client_enums.ReplicationRole]] = None, **kwargs)

Variables

id
str

Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}.

name
str

The name of the resource.

type
str

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts".

linked_redis_cache_id
str

Fully qualified resourceId of the linked redis cache.

linked_redis_cache_location
str

Location of the linked redis cache.

server_role
str or ReplicationRole

Role of the linked server. Possible values include: "Primary", "Secondary".

provisioning_state
str

Terminal state of the link between primary and secondary redis cache.