RedundancyMode 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.
Explains the current redundancy strategy of the cluster, which affects the expected SLA.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support.RedundancyModeTypeConverter))]
public struct RedundancyMode : IEquatable<Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support.RedundancyMode>, System.Management.Automation.IArgumentCompleter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support.RedundancyModeTypeConverter))>]
type RedundancyMode = struct
interface IArgumentCompleter
Public Structure RedundancyMode
Implements IArgumentCompleter, IEquatable(Of RedundancyMode)
- Inheritance
-
RedundancyMode
- Attributes
- Implements
Fields
Lr |
Local redundancy with high availability. |
None |
No redundancy. Availability loss will occur. |
Zr |
Zone redundant. Higher availability. |
Methods
CompleteArgument(String, String, String, CommandAst, IDictionary) |
Implementations of this function are called by PowerShell to complete arguments. |
Equals(Object) |
Compares values of enum type RedundancyMode (override for Object) |
Equals(RedundancyMode) |
Compares values of enum type RedundancyMode |
GetHashCode() |
Returns hashCode for enum RedundancyMode |
ToString() |
Returns string representation for RedundancyMode |
Operators
Equality(RedundancyMode, RedundancyMode) |
Overriding == operator for enum RedundancyMode |
Implicit(RedundancyMode to String) |
Implicit operator to convert RedundancyMode to string |
Implicit(String to RedundancyMode) |
Implicit operator to convert string to RedundancyMode |
Inequality(RedundancyMode, RedundancyMode) |
Overriding != operator for enum RedundancyMode |