Share via


RedisRebootType Struct

Definition

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

RedisRebootType(String)

Initializes a new instance of RedisRebootType.

Properties

AllNodes

AllNodes.

PrimaryNode

PrimaryNode.

SecondaryNode

SecondaryNode.

Methods

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

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.

Applies to