RedisEnterpriseRedundancyMode Struct

Definition

Explains the current redundancy strategy of the cluster, which affects the expected SLA.

public readonly struct RedisEnterpriseRedundancyMode : IEquatable<Azure.ResourceManager.RedisEnterprise.Models.RedisEnterpriseRedundancyMode>
type RedisEnterpriseRedundancyMode = struct
Public Structure RedisEnterpriseRedundancyMode
Implements IEquatable(Of RedisEnterpriseRedundancyMode)
Inheritance
RedisEnterpriseRedundancyMode
Implements

Constructors

Name Description
RedisEnterpriseRedundancyMode(String)

Initializes a new instance of RedisEnterpriseRedundancyMode.

Properties

Name Description
LR

Local redundancy with high availability.

None

No redundancy. Availability loss will occur.

ZR

Zone redundant. Higher availability.

Methods

Name Description
Equals(RedisEnterpriseRedundancyMode)

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(RedisEnterpriseRedundancyMode, RedisEnterpriseRedundancyMode)

Determines if two RedisEnterpriseRedundancyMode values are the same.

Implicit(String to Nullable<RedisEnterpriseRedundancyMode>)
Implicit(String to RedisEnterpriseRedundancyMode)

Converts a string to a RedisEnterpriseRedundancyMode.

Inequality(RedisEnterpriseRedundancyMode, RedisEnterpriseRedundancyMode)

Determines if two RedisEnterpriseRedundancyMode values are not the same.

Applies to