| Package | Description |
|---|---|
| com.azure.resourcemanager.redis.fluent |
Package containing the service clients for RedisManagementClient.
|
| com.azure.resourcemanager.redis.models |
Package containing the data models for RedisManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<RedisLinkedServerWithPropertiesInner>,RedisLinkedServerWithPropertiesInner> |
LinkedServersClient.beginCreate(String resourceGroupName,
String name,
String linkedServerName,
RedisLinkedServerCreateParameters parameters)
Adds a linked server to the Redis cache (requires Premium SKU).
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<RedisLinkedServerWithPropertiesInner>,RedisLinkedServerWithPropertiesInner> |
LinkedServersClient.beginCreate(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).
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<RedisLinkedServerWithPropertiesInner>,RedisLinkedServerWithPropertiesInner> |
LinkedServersClient.beginCreateAsync(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)
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).
|
Mono<RedisLinkedServerWithPropertiesInner> |
LinkedServersClient.createAsync(String resourceGroupName,
String name,
String linkedServerName,
RedisLinkedServerCreateParameters parameters)
Adds a linked server to the Redis cache (requires Premium SKU).
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> |
LinkedServersClient.createWithResponseAsync(String resourceGroupName,
String name,
String linkedServerName,
RedisLinkedServerCreateParameters parameters)
Adds a linked server to the Redis cache (requires Premium SKU).
|
| Modifier and Type | Method and Description |
|---|---|
RedisLinkedServerCreateParameters |
RedisLinkedServerCreateParameters.withLinkedRedisCacheId(String linkedRedisCacheId)
Set the linkedRedisCacheId property: Fully qualified resourceId of the linked redis cache.
|
RedisLinkedServerCreateParameters |
RedisLinkedServerCreateParameters.withLinkedRedisCacheLocation(String linkedRedisCacheLocation)
Set the linkedRedisCacheLocation property: Location of the linked redis cache.
|
RedisLinkedServerCreateParameters |
RedisLinkedServerCreateParameters.withServerRole(ReplicationRole serverRole)
Set the serverRole property: Role of the linked server.
|
Copyright © 2021 Microsoft Corporation. All rights reserved.