Class RedisForceRebootResponseInner
- java.lang.Object
-
- com.azure.resourcemanager.redis.fluent.models.RedisForceRebootResponseInner
-
public final class RedisForceRebootResponseInner extends Object
Response to force reboot for Redis cache.
-
-
Constructor Summary
Constructors Constructor Description RedisForceRebootResponseInner()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringmessage()Get the message property: Status message.voidvalidate()Validates the instance.
-
-
-
Method Detail
-
message
public String message()
Get the message property: Status message.- Returns:
- the message value.
-
validate
public void validate()
Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-
-