| Package | Description |
|---|---|
| com.azure.resourcemanager.redis.models |
Package containing the data models for RedisManagementClient.
|
| Modifier and Type | Field and Description |
|---|---|
static RebootType |
RebootType.ALL_NODES
Static value AllNodes for RebootType.
|
static RebootType |
RebootType.PRIMARY_NODE
Static value PrimaryNode for RebootType.
|
static RebootType |
RebootType.SECONDARY_NODE
Static value SecondaryNode for RebootType.
|
| Modifier and Type | Method and Description |
|---|---|
static RebootType |
RebootType.fromString(String name)
Creates or finds a RebootType from its string representation.
|
RebootType |
RedisRebootParameters.rebootType()
Get the rebootType property: Which Redis node(s) to reboot.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RedisCache.forceReboot(RebootType rebootType)
Reboot specified Redis node(s).
|
void |
RedisCachePremium.forceReboot(RebootType rebootType,
int shardId)
Reboot specified Redis node(s).
|
RedisRebootParameters |
RedisRebootParameters.withRebootType(RebootType rebootType)
Set the rebootType property: Which Redis node(s) to reboot.
|
Copyright © 2021 Microsoft Corporation. All rights reserved.