Uses of Class
com.azure.resourcemanager.redis.fluent.models.RedisLinkedServerWithPropertiesInner
Packages that use RedisLinkedServerWithPropertiesInner
Package
Description
Package containing the service clients for RedisManagementClient.
Package containing the inner data models for RedisManagementClient.
Package containing the data models for RedisManagementClient.
-
Uses of RedisLinkedServerWithPropertiesInner in com.azure.resourcemanager.redis.fluent
Methods in com.azure.resourcemanager.redis.fluent that return RedisLinkedServerWithPropertiesInnerModifier and TypeMethodDescriptionLinkedServersClient.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).Gets the detailed information about a linked server of a redis cache (requires Premium SKU).Methods in com.azure.resourcemanager.redis.fluent that return types with arguments of type RedisLinkedServerWithPropertiesInnerModifier 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) 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.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).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.createAsync(String resourceGroupName, String name, String linkedServerName, RedisLinkedServerCreateParameters parameters) Adds a linked server to the Redis cache (requires Premium SKU).Gets the detailed information about a linked server of a redis cache (requires Premium SKU).com.azure.core.http.rest.Response<RedisLinkedServerWithPropertiesInner> LinkedServersClient.getWithResponse(String resourceGroupName, String name, String linkedServerName, com.azure.core.util.Context context) Gets the detailed information about a linked server of a redis cache (requires Premium SKU).Mono<com.azure.core.http.rest.Response<RedisLinkedServerWithPropertiesInner>> LinkedServersClient.getWithResponseAsync(String resourceGroupName, String name, String linkedServerName) Gets the detailed information about a linked server of a redis cache (requires Premium SKU).com.azure.core.http.rest.PagedIterable<RedisLinkedServerWithPropertiesInner> Gets the list of linked servers associated with this redis cache (requires Premium SKU).com.azure.core.http.rest.PagedIterable<RedisLinkedServerWithPropertiesInner> LinkedServersClient.list(String resourceGroupName, String name, com.azure.core.util.Context context) Gets the list of linked servers associated with this redis cache (requires Premium SKU).com.azure.core.http.rest.PagedFlux<RedisLinkedServerWithPropertiesInner> Gets the list of linked servers associated with this redis cache (requires Premium SKU). -
Uses of RedisLinkedServerWithPropertiesInner in com.azure.resourcemanager.redis.fluent.models
Methods in com.azure.resourcemanager.redis.fluent.models that return RedisLinkedServerWithPropertiesInnerModifier and TypeMethodDescriptionRedisLinkedServerWithPropertiesInner.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of RedisLinkedServerWithPropertiesInner from the JsonReader.RedisLinkedServerWithPropertiesInner.withLinkedRedisCacheId(String linkedRedisCacheId) Set the linkedRedisCacheId property: Fully qualified resourceId of the linked redis cache.RedisLinkedServerWithPropertiesInner.withLinkedRedisCacheLocation(String linkedRedisCacheLocation) Set the linkedRedisCacheLocation property: Location of the linked redis cache.RedisLinkedServerWithPropertiesInner.withServerRole(ReplicationRole serverRole) Set the serverRole property: Role of the linked server. -
Uses of RedisLinkedServerWithPropertiesInner in com.azure.resourcemanager.redis.models
Methods in com.azure.resourcemanager.redis.models that return types with arguments of type RedisLinkedServerWithPropertiesInnerModifier and TypeMethodDescriptionRedisLinkedServerWithPropertiesList.value()Get the value property: List of linked servers (with properties) of a Redis cache.Method parameters in com.azure.resourcemanager.redis.models with type arguments of type RedisLinkedServerWithPropertiesInnerModifier and TypeMethodDescriptionRedisLinkedServerWithPropertiesList.withValue(List<RedisLinkedServerWithPropertiesInner> value) Set the value property: List of linked servers (with properties) of a Redis cache.