| 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.
|
| Modifier and Type | Method and Description |
|---|---|
RedisForceRebootResponseInner |
RedisClient.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).
|
| Modifier and Type | Method and Description |
|---|---|
RedisRebootParameters |
RedisRebootParameters.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.
|
RedisRebootParameters |
RedisRebootParameters.withRebootType(RebootType rebootType)
Set the rebootType property: Which Redis node(s) to reboot.
|
RedisRebootParameters |
RedisRebootParameters.withShardId(Integer shardId)
Set the shardId property: If clustering is enabled, the ID of the shard to be rebooted.
|
Copyright © 2021 Microsoft Corporation. All rights reserved.