Uses of Class
com.azure.resourcemanager.redis.models.RedisRebootParameters
Packages that use RedisRebootParameters
Package
Description
Package containing the service clients for RedisManagementClient.
Package containing the data models for RedisManagementClient.
-
Uses of RedisRebootParameters in com.azure.resourcemanager.redis.fluent
Methods in com.azure.resourcemanager.redis.fluent with parameters of type RedisRebootParametersModifier and TypeMethodDescriptionRedisClient.forceReboot(String resourceGroupName, String name, RedisRebootParameters parameters) Reboot specified Redis node(s).RedisClient.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 RedisRebootParameters in com.azure.resourcemanager.redis.models
Methods in com.azure.resourcemanager.redis.models that return RedisRebootParametersModifier and TypeMethodDescriptionstatic RedisRebootParametersRedisRebootParameters.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of RedisRebootParameters from the JsonReader.Set the ports property: A list of redis instances to reboot, specified by per-instance SSL ports or non-SSL ports.RedisRebootParameters.withRebootType(RebootType rebootType) Set the rebootType property: Which Redis node(s) to reboot.RedisRebootParameters.withShardId(Integer shardId) Set the shardId property: If clustering is enabled, the ID of the shard to be rebooted.