Get Redis Result
A single Redis item in List or Get Operation.
Constructors
Properties
The keys of the Redis cache - not set if this object is not the response to Create or Update redis cache
The Azure API version of the resource.
Authentication to Redis through access keys is disabled when set as true. Default value is false.
Specifies whether the non-ssl Redis server port (6379) is enabled.
The identity of the resource.
List of the Redis instances associated with the cache
List of the linked servers associated with the cache
Optional: requires clients to use a specified TLS version (or higher) to connect (e,g, '1.0', '1.1', '1.2')
List of private endpoint connection associated with the specified redis cache
Redis instance provisioning status.
Whether or not public endpoint access is allowed for this cache. Value is optional but if passed in, must be 'Enabled' or 'Disabled'. If 'Disabled', private endpoints are the exclusive access method. Default value is 'Enabled'
All Redis Settings. Few possible keys: rdb-backup-enabled,rdb-storage-connection-string,rdb-backup-frequency,maxmemory-delta, maxmemory-policy,notify-keyspace-events, aof-backup-enabled, aof-storage-connection-string-0, aof-storage-connection-string-1 etc.
Redis version. This should be in the form 'major.minor' (only 'major' is required) or the value 'latest' which refers to the latest stable Redis version that is available. Supported versions: 4.0, 6.0 (latest). Default value is 'latest'.
The number of replicas to be created per primary.
The number of replicas to be created per primary.
The number of shards to be created on a Premium Cluster Cache.
The SKU of the Redis cache to deploy.
A dictionary of tenant settings
Optional: Specifies the update channel for the monthly Redis updates your Redis Cache will receive. Caches using 'Preview' update channel get latest Redis updates at least 4 weeks ahead of 'Stable' channel caches. Default value is 'Stable'.
Optional: Specifies how availability zones are allocated to the Redis cache. 'Automatic' enables zone redundancy and Azure will automatically select zones based on regional availability and capacity. 'UserDefined' will select availability zones passed in by you using the 'zones' parameter. 'NoZones' will produce a non-zonal cache. If 'zonalAllocationPolicy' is not passed, it will be set to 'UserDefined' when zones are passed in, otherwise, it will be set to 'Automatic' in regions where zones are supported and 'NoZones' in regions where zones are not supported.