Uses of Enum
com.azure.resourcemanager.redis.models.ReplicationRole
Packages that use ReplicationRole
Package
Description
Package containing the inner data models for RedisManagementClient.
Package containing the data models for RedisManagementClient.
-
Uses of ReplicationRole in com.azure.resourcemanager.redis.fluent.models
Methods in com.azure.resourcemanager.redis.fluent.models that return ReplicationRoleModifier and TypeMethodDescriptionRedisLinkedServerCreateProperties.serverRole()
Get the serverRole property: Role of the linked server.RedisLinkedServerWithPropertiesInner.serverRole()
Get the serverRole property: Role of the linked server.Methods in com.azure.resourcemanager.redis.fluent.models with parameters of type ReplicationRoleModifier and TypeMethodDescriptionRedisLinkedServerCreateProperties.withServerRole
(ReplicationRole serverRole) Set the serverRole property: Role of the linked server.RedisLinkedServerProperties.withServerRole
(ReplicationRole serverRole) Set the serverRole property: Role of the linked server.RedisLinkedServerWithPropertiesInner.withServerRole
(ReplicationRole serverRole) Set the serverRole property: Role of the linked server. -
Uses of ReplicationRole in com.azure.resourcemanager.redis.models
Methods in com.azure.resourcemanager.redis.models that return ReplicationRoleModifier 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 property: Role of the linked server.static ReplicationRole
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.azure.resourcemanager.redis.models that return types with arguments of type ReplicationRoleModifier and TypeMethodDescriptionRedisCachePremium.listLinkedServers()
Gets the list of linked servers associated with this redis cache.Methods in com.azure.resourcemanager.redis.models with parameters of type ReplicationRoleModifier 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 property: Role of the linked server.