Uses of Class
com.azure.resourcemanager.redis.fluent.models.RedisLinkedServerCreateProperties
Packages that use RedisLinkedServerCreateProperties
Package
Description
Package containing the inner data models for RedisManagementClient.
-
Uses of RedisLinkedServerCreateProperties in com.azure.resourcemanager.redis.fluent.models
Modifier and TypeClassDescriptionfinal class
Properties of a linked server to be returned in get/put response.Methods in com.azure.resourcemanager.redis.fluent.models that return RedisLinkedServerCreatePropertiesModifier and TypeMethodDescriptionRedisLinkedServerCreateProperties.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of RedisLinkedServerCreateProperties from the JsonReader.RedisLinkedServerCreateProperties.withLinkedRedisCacheId
(String linkedRedisCacheId) Set the linkedRedisCacheId property: Fully qualified resourceId of the linked redis cache.RedisLinkedServerCreateProperties.withLinkedRedisCacheLocation
(String linkedRedisCacheLocation) Set the linkedRedisCacheLocation property: Location of the linked redis cache.RedisLinkedServerCreateProperties.withServerRole
(ReplicationRole serverRole) Set the serverRole property: Role of the linked server.