Uses of Class
com.azure.resourcemanager.redis.models.RedisLinkedServerCreateParameters
Packages that use RedisLinkedServerCreateParameters
Package
Description
Package containing the service clients for RedisManagementClient.
Package containing the data models for RedisManagementClient.
-
Uses of RedisLinkedServerCreateParameters in com.azure.resourcemanager.redis.fluent
Methods in com.azure.resourcemanager.redis.fluent with parameters of type RedisLinkedServerCreateParametersModifier and TypeMethodDescriptioncom.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).LinkedServersClient.create
(String resourceGroupName, String name, String linkedServerName, RedisLinkedServerCreateParameters parameters) Adds a linked server to the Redis cache (requires Premium SKU).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).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). -
Uses of RedisLinkedServerCreateParameters in com.azure.resourcemanager.redis.models
Methods in com.azure.resourcemanager.redis.models that return RedisLinkedServerCreateParametersModifier and TypeMethodDescriptionRedisLinkedServerCreateParameters.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of RedisLinkedServerCreateParameters from the JsonReader.RedisLinkedServerCreateParameters.withLinkedRedisCacheId
(String linkedRedisCacheId) Set the linkedRedisCacheId property: Fully qualified resourceId of the linked redis cache.RedisLinkedServerCreateParameters.withLinkedRedisCacheLocation
(String linkedRedisCacheLocation) Set the linkedRedisCacheLocation property: Location of the linked redis cache.RedisLinkedServerCreateParameters.withServerRole
(ReplicationRole serverRole) Set the serverRole property: Role of the linked server.