Uses of Class
com.azure.resourcemanager.redis.models.RedisRebootParameters
-
Packages that use RedisRebootParameters Package Description com.azure.resourcemanager.redis.fluent Package containing the service clients for RedisManagementClient.com.azure.resourcemanager.redis.models 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 RedisRebootParameters Modifier and Type Method Description RedisForceRebootResponseInnerRedisClient. forceReboot(String resourceGroupName, String name, RedisRebootParameters parameters)Reboot specified Redis node(s).Mono<RedisForceRebootResponseInner>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 RedisRebootParameters Modifier and Type Method Description RedisRebootParametersRedisRebootParameters. withPorts(List<Integer> ports)Set the ports property: A list of redis instances to reboot, specified by per-instance SSL ports or non-SSL ports.RedisRebootParametersRedisRebootParameters. withRebootType(RebootType rebootType)Set the rebootType property: Which Redis node(s) to reboot.RedisRebootParametersRedisRebootParameters. withShardId(Integer shardId)Set the shardId property: If clustering is enabled, the ID of the shard to be rebooted.
-