Uses of Class
com.azure.resourcemanager.redis.fluent.models.RedisLinkedServerProperties
Packages that use RedisLinkedServerProperties
Package
Description
Package containing the inner data models for RedisManagementClient.
-
Uses of RedisLinkedServerProperties in com.azure.resourcemanager.redis.fluent.models
Methods in com.azure.resourcemanager.redis.fluent.models that return RedisLinkedServerPropertiesModifier and TypeMethodDescriptionstatic RedisLinkedServerProperties
RedisLinkedServerProperties.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of RedisLinkedServerProperties from the JsonReader.RedisLinkedServerProperties.withLinkedRedisCacheId
(String linkedRedisCacheId) Set the linkedRedisCacheId property: Fully qualified resourceId of the linked redis cache.RedisLinkedServerProperties.withLinkedRedisCacheLocation
(String linkedRedisCacheLocation) Set the linkedRedisCacheLocation property: Location of the linked redis cache.RedisLinkedServerProperties.withServerRole
(ReplicationRole serverRole) Set the serverRole property: Role of the linked server.