RedundancyMode Enum

Definition

Defines values for RedundancyMode.

[Newtonsoft.Json.JsonConverter(typeof(Newtonsoft.Json.Converters.StringEnumConverter))]
public enum RedundancyMode
[<Newtonsoft.Json.JsonConverter(typeof(Newtonsoft.Json.Converters.StringEnumConverter))>]
type RedundancyMode = 
Public Enum RedundancyMode
Inheritance
RedundancyMode
Attributes
Newtonsoft.Json.JsonConverterAttribute

Fields

ActiveActive 3
Failover 2
GeoRedundant 4
Manual 1
None 0

Applies to