Uses of Class
com.azure.resourcemanager.redis.models.ReplicationRole
-
Packages that use ReplicationRole Package Description com.azure.resourcemanager.redis.fluent.models Package containing the inner data models for RedisManagementClient.com.azure.resourcemanager.redis.models 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 ReplicationRole Modifier and Type Method Description ReplicationRoleRedisLinkedServerCreateProperties. serverRole()Get the serverRole property: Role of the linked server.ReplicationRoleRedisLinkedServerWithPropertiesInner. serverRole()Get the serverRole property: Role of the linked server.Methods in com.azure.resourcemanager.redis.fluent.models with parameters of type ReplicationRole Modifier and Type Method Description RedisLinkedServerCreatePropertiesRedisLinkedServerCreateProperties. withServerRole(ReplicationRole serverRole)Set the serverRole property: Role of the linked server.RedisLinkedServerPropertiesRedisLinkedServerProperties. withServerRole(ReplicationRole serverRole)Set the serverRole property: Role of the linked server.RedisLinkedServerWithPropertiesInnerRedisLinkedServerWithPropertiesInner. 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 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 property: Role of the linked server.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.azure.resourcemanager.redis.models 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.azure.resourcemanager.redis.models 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 property: Role of the linked server.
-