Uses of Class
com.microsoft.azure.management.redis.ReplicationRole
-
-
Uses of ReplicationRole in com.microsoft.azure.management.redis
Methods in com.microsoft.azure.management.redis that return ReplicationRole Modifier and Type Method Description static ReplicationRoleReplicationRole. fromString(String value)Parses a serialized value to a ReplicationRole instance.ReplicationRoleRedisCachePremium. getLinkedServerRole(String linkedServerName)Gets the role for the linked server of the current Redis cache instance.ReplicationRoleRedisLinkedServerCreateParameters. serverRole()Get the serverRole value.static ReplicationRoleReplicationRole. valueOf(String name)Returns the enum constant of this type with the specified name.static ReplicationRole[]ReplicationRole. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.microsoft.azure.management.redis that return types with arguments of type ReplicationRole Modifier and Type Method Description Map<String,ReplicationRole>RedisCachePremium. listLinkedServers()Gets the list of linked servers associated with this redis cache.Methods in com.microsoft.azure.management.redis with parameters of type ReplicationRole Modifier and Type Method Description StringRedisCachePremium. addLinkedServer(String linkedRedisCacheId, String linkedServerLocation, ReplicationRole role)Adds a linked server to the current Redis cache instance.RedisLinkedServerCreateParametersRedisLinkedServerCreateParameters. withServerRole(ReplicationRole serverRole)Set the serverRole value.
-