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.
Applies to
Azure SDK for Java