Package | Description |
---|---|
com.microsoft.azure.management.redis |
This package contains the classes for RedisManagementClient.
|
Modifier and Type | Method and Description |
---|---|
static ReplicationRole |
ReplicationRole.fromString(String value)
Parses a serialized value to a ReplicationRole instance.
|
ReplicationRole |
RedisCachePremium.getLinkedServerRole(String linkedServerName)
Gets the role for the linked server of the current Redis cache instance.
|
ReplicationRole |
RedisLinkedServerCreateParameters.serverRole()
Get the serverRole value.
|
static ReplicationRole |
ReplicationRole.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.
|
Modifier and Type | Method and Description |
---|---|
Map<String,ReplicationRole> |
RedisCachePremium.listLinkedServers()
Gets the list of linked servers associated with this redis cache.
|
Modifier and Type | Method and Description |
---|---|
String |
RedisCachePremium.addLinkedServer(String linkedRedisCacheId,
String linkedServerLocation,
ReplicationRole role)
Adds a linked server to the current Redis cache instance.
|
RedisLinkedServerCreateParameters |
RedisLinkedServerCreateParameters.withServerRole(ReplicationRole serverRole)
Set the serverRole value.
|
Copyright © 2019. All rights reserved.