Uses of Enum Class
com.microsoft.azure.management.redis.ReplicationRole
Package
Description
This package contains the classes for RedisManagementClient.
-
Uses of ReplicationRole in com.microsoft.azure.management.redis
Modifier and TypeMethodDescriptionstatic ReplicationRole
ReplicationRole.fromString
(String value) Parses a serialized value to a ReplicationRole instance.RedisCachePremium.getLinkedServerRole
(String linkedServerName) Gets the role for the linked server of the current Redis cache instance.RedisLinkedServerCreateParameters.serverRole()
Get the serverRole value.static ReplicationRole
Returns the enum constant of this class with the specified name.static ReplicationRole[]
ReplicationRole.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionRedisCachePremium.listLinkedServers()
Gets the list of linked servers associated with this redis cache.Modifier and TypeMethodDescriptionRedisCachePremium.addLinkedServer
(String linkedRedisCacheId, String linkedServerLocation, ReplicationRole role) Adds a linked server to the current Redis cache instance.RedisLinkedServerCreateParameters.withServerRole
(ReplicationRole serverRole) Set the serverRole value.