Uses of Class
com.azure.resourcemanager.redis.fluent.models.RedisLinkedServerProperties
-
Packages that use RedisLinkedServerProperties Package Description com.azure.resourcemanager.redis.fluent.models Package containing the inner data models for RedisManagementClient. -
-
Uses of RedisLinkedServerProperties in com.azure.resourcemanager.redis.fluent.models
Methods in com.azure.resourcemanager.redis.fluent.models that return RedisLinkedServerProperties Modifier and Type Method Description RedisLinkedServerPropertiesRedisLinkedServerProperties. withLinkedRedisCacheId(String linkedRedisCacheId)Set the linkedRedisCacheId property: Fully qualified resourceId of the linked redis cache.RedisLinkedServerPropertiesRedisLinkedServerProperties. withLinkedRedisCacheLocation(String linkedRedisCacheLocation)Set the linkedRedisCacheLocation property: Location of the linked redis cache.RedisLinkedServerPropertiesRedisLinkedServerProperties. withServerRole(ReplicationRole serverRole)Set the serverRole property: Role of the linked server.
-