Class RedisLinkedServerCreateParameters
java.lang.Object
com.microsoft.azure.management.redis.RedisLinkedServerCreateParameters
Parameter required for creating a linked server to redis cache.
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionGet the linkedRedisCacheId value.Get the linkedRedisCacheLocation value.Get the serverRole value.withLinkedRedisCacheId(String linkedRedisCacheId) Set the linkedRedisCacheId value.withLinkedRedisCacheLocation(String linkedRedisCacheLocation) Set the linkedRedisCacheLocation value.withServerRole(ReplicationRole serverRole) Set the serverRole value.
- 
Constructor Details- 
RedisLinkedServerCreateParameterspublic RedisLinkedServerCreateParameters()
 
- 
- 
Method Details- 
linkedRedisCacheIdGet the linkedRedisCacheId value.- Returns:
- the linkedRedisCacheId value
 
- 
withLinkedRedisCacheIdSet the linkedRedisCacheId value.- Parameters:
- linkedRedisCacheId- the linkedRedisCacheId value to set
- Returns:
- the RedisLinkedServerCreateParameters object itself.
 
- 
linkedRedisCacheLocationGet the linkedRedisCacheLocation value.- Returns:
- the linkedRedisCacheLocation value
 
- 
withLinkedRedisCacheLocationpublic RedisLinkedServerCreateParameters withLinkedRedisCacheLocation(String linkedRedisCacheLocation) Set the linkedRedisCacheLocation value.- Parameters:
- linkedRedisCacheLocation- the linkedRedisCacheLocation value to set
- Returns:
- the RedisLinkedServerCreateParameters object itself.
 
- 
serverRoleGet the serverRole value.- Returns:
- the serverRole value
 
- 
withServerRoleSet the serverRole value.- Parameters:
- serverRole- the serverRole value to set
- Returns:
- the RedisLinkedServerCreateParameters object itself.
 
 
-