Class RedisLinkedServer
- java.lang.Object
-
- com.azure.resourcemanager.redis.models.RedisLinkedServer
-
public final class RedisLinkedServer extends Object
Linked server Id.
-
-
Constructor Summary
Constructors Constructor Description RedisLinkedServer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringid()Get the id property: Linked server Id.voidvalidate()Validates the instance.
-
-
-
Method Detail
-
id
public String id()
Get the id property: Linked server Id.- Returns:
- the id value.
-
validate
public void validate()
Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-
-