你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
RedisLinkedServer Class
- java.
lang. Object - com.
azure. resourcemanager. redis. models. RedisLinkedServer
- com.
Implements
public final class RedisLinkedServer
implements JsonSerializable<RedisLinkedServer>
Linked server Id.
Constructor Summary
Constructor | Description |
---|---|
RedisLinkedServer() |
Creates an instance of Redis |
Method Summary
Modifier and Type | Method and Description |
---|---|
static
Redis |
fromJson(JsonReader jsonReader)
Reads an instance of Redis |
String |
id()
Get the id property: Linked server Id. |
Json |
toJson(JsonWriter jsonWriter) |
void |
validate()
Validates the instance. |
Methods inherited from java.lang.Object
Constructor Details
RedisLinkedServer
public RedisLinkedServer()
Creates an instance of RedisLinkedServer class.
Method Details
fromJson
public static RedisLinkedServer fromJson(JsonReader jsonReader)
Reads an instance of RedisLinkedServer from the JsonReader.
Parameters:
Returns:
Throws:
id
public String id()
Get the id property: Linked server Id.
Returns:
toJson
validate
public void validate()
Validates the instance.