| 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.
|
| Modifier and Type | Method and Description |
|---|---|
ReplicationRole |
RedisLinkedServerCreateProperties.serverRole()
Get the serverRole property: Role of the linked server.
|
ReplicationRole |
RedisLinkedServerWithPropertiesInner.serverRole()
Get the serverRole property: Role of the linked server.
|
| Modifier and Type | Method and Description |
|---|---|
RedisLinkedServerCreateProperties |
RedisLinkedServerCreateProperties.withServerRole(ReplicationRole serverRole)
Set the serverRole property: Role of the linked server.
|
RedisLinkedServerProperties |
RedisLinkedServerProperties.withServerRole(ReplicationRole serverRole)
Set the serverRole property: Role of the linked server.
|
RedisLinkedServerWithPropertiesInner |
RedisLinkedServerWithPropertiesInner.withServerRole(ReplicationRole serverRole)
Set the serverRole property: Role of the linked server.
|
| 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 property: Role of the linked server.
|
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 |
|---|---|
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 property: Role of the linked server.
|
Copyright © 2021 Microsoft Corporation. All rights reserved.