HighAvailability 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.
Enabled by default. If highAvailability is disabled, the data set is not replicated. This affects the availability SLA, and increases the risk of data loss.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support.HighAvailabilityTypeConverter))]
public struct HighAvailability : IEquatable<Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support.HighAvailability>, System.Management.Automation.IArgumentCompleter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support.HighAvailabilityTypeConverter))>]
type HighAvailability = struct
interface IArgumentCompleter
Public Structure HighAvailability
Implements IArgumentCompleter, IEquatable(Of HighAvailability)
- Inheritance
-
HighAvailability
- Attributes
- Implements
Fields
Disabled | |
Enabled |
Methods
CompleteArgument(String, String, String, CommandAst, IDictionary) |
Implementations of this function are called by PowerShell to complete arguments. |
Equals(HighAvailability) |
Compares values of enum type HighAvailability |
Equals(Object) |
Compares values of enum type HighAvailability (override for Object) |
GetHashCode() |
Returns hashCode for enum HighAvailability |
ToString() |
Returns string representation for HighAvailability |
Operators
Equality(HighAvailability, HighAvailability) |
Overriding == operator for enum HighAvailability |
Implicit(HighAvailability to String) |
Implicit operator to convert HighAvailability to string |
Implicit(String to HighAvailability) |
Implicit operator to convert string to HighAvailability |
Inequality(HighAvailability, HighAvailability) |
Overriding != operator for enum HighAvailability |