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 |
AllNodes. |
| PrimaryNode |
PrimaryNode. |
| SecondaryNode |
SecondaryNode. |
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 RedisRebootType) |
Converts a String to a RedisRebootType. |
| Inequality(RedisRebootType, RedisRebootType) |
Determines if two RedisRebootType values are not the same. |