| Package | Description |
|---|---|
| com.azure.resourcemanager.redis.fluent |
Package containing the service clients for RedisManagementClient.
|
| com.azure.resourcemanager.redis.fluent.models |
Package containing the inner data models for RedisManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
RedisLinkedServerWithPropertiesInner |
LinkedServersClient.create(String resourceGroupName,
String name,
String linkedServerName,
RedisLinkedServerCreateParameters parameters)
Adds a linked server to the Redis cache (requires Premium SKU).
|
RedisLinkedServerWithPropertiesInner |
LinkedServersClient.create(String resourceGroupName,
String name,
String linkedServerName,
RedisLinkedServerCreateParameters parameters,
com.azure.core.util.Context context)
Adds a linked server to the Redis cache (requires Premium SKU).
|
RedisLinkedServerWithPropertiesInner |
LinkedServersClient.get(String resourceGroupName,
String name,
String linkedServerName)
Gets the detailed information about a linked server of a redis cache (requires Premium SKU).
|
| Modifier and Type | Method and Description |
|---|---|
RedisLinkedServerWithPropertiesInner |
RedisLinkedServerWithPropertiesInner.withLinkedRedisCacheId(String linkedRedisCacheId)
Set the linkedRedisCacheId property: Fully qualified resourceId of the linked redis cache.
|
RedisLinkedServerWithPropertiesInner |
RedisLinkedServerWithPropertiesInner.withLinkedRedisCacheLocation(String linkedRedisCacheLocation)
Set the linkedRedisCacheLocation property: Location of the linked redis cache.
|
RedisLinkedServerWithPropertiesInner |
RedisLinkedServerWithPropertiesInner.withServerRole(ReplicationRole serverRole)
Set the serverRole property: Role of the linked server.
|
Copyright © 2021 Microsoft Corporation. All rights reserved.