Uses of Class
com.azure.resourcemanager.redis.fluent.models.RedisForceRebootResponseInner
Packages that use RedisForceRebootResponseInner
Package
Description
Package containing the service clients for RedisManagementClient.
Package containing the inner data models for RedisManagementClient.
-
Uses of RedisForceRebootResponseInner in com.azure.resourcemanager.redis.fluent
Methods in com.azure.resourcemanager.redis.fluent that return RedisForceRebootResponseInnerModifier and TypeMethodDescriptionRedisClient.forceReboot
(String resourceGroupName, String name, RedisRebootParameters parameters) Reboot specified Redis node(s).Methods in com.azure.resourcemanager.redis.fluent that return types with arguments of type RedisForceRebootResponseInnerModifier and TypeMethodDescriptionRedisClient.forceRebootAsync
(String resourceGroupName, String name, RedisRebootParameters parameters) Reboot specified Redis node(s).com.azure.core.http.rest.Response
<RedisForceRebootResponseInner> RedisClient.forceRebootWithResponse
(String resourceGroupName, String name, RedisRebootParameters parameters, com.azure.core.util.Context context) Reboot specified Redis node(s).Mono
<com.azure.core.http.rest.Response<RedisForceRebootResponseInner>> RedisClient.forceRebootWithResponseAsync
(String resourceGroupName, String name, RedisRebootParameters parameters) Reboot specified Redis node(s). -
Uses of RedisForceRebootResponseInner in com.azure.resourcemanager.redis.fluent.models
Methods in com.azure.resourcemanager.redis.fluent.models that return RedisForceRebootResponseInnerModifier and TypeMethodDescriptionRedisForceRebootResponseInner.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of RedisForceRebootResponseInner from the JsonReader.