RedisRebootType Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Which Redis node(s) to reboot. Depending on this value data loss is possible.
public readonly struct RedisRebootType : IEquatable<Azure.ResourceManager.Redis.Models.RedisRebootType>
type RedisRebootType = struct
Public Structure RedisRebootType
Implements IEquatable(Of RedisRebootType)
- Inheritance
-
RedisRebootType
- Implements
Constructors
| Name | Description |
|---|---|
| RedisRebootType(String) |
Initializes a new instance of RedisRebootType. |
Properties
| Name | Description |
|---|---|
| AllNodes |
Reboot all nodes, not guaranteed to happen simultaneously. |
| PrimaryNode |
Reboot the primary nodes used for redis write operations. (This may trigger role changes.). |
| SecondaryNode |
Reboot only the secondary or replica nodes. |
Methods
| Name | Description |
|---|---|
| Equals(RedisRebootType) |
Indicates whether the current object is equal to another object of the same type. |
| ToString() |
Returns the fully qualified type name of this instance. |
Operators
| Name | Description |
|---|---|
| Equality(RedisRebootType, RedisRebootType) |
Determines if two RedisRebootType values are the same. |
| Implicit(String to Nullable<RedisRebootType>) | |
| Implicit(String to RedisRebootType) |
Converts a string to a RedisRebootType. |
| Inequality(RedisRebootType, RedisRebootType) |
Determines if two RedisRebootType values are not the same. |