다음을 통해 공유


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

RedisEnterpriseRedundancyMode(String)

Initializes a new instance of RedisEnterpriseRedundancyMode.

Properties

LR

Local redundancy with high availability.

None

No redundancy. Availability loss will occur.

ZR

Zone redundant. Higher availability.

Methods

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

Equality(RedisEnterpriseRedundancyMode, RedisEnterpriseRedundancyMode)

Determines if two RedisEnterpriseRedundancyMode values are the same.

Implicit(String to RedisEnterpriseRedundancyMode)

Converts a string to a RedisEnterpriseRedundancyMode.

Inequality(RedisEnterpriseRedundancyMode, RedisEnterpriseRedundancyMode)

Determines if two RedisEnterpriseRedundancyMode values are not the same.

Applies to