RedundancyMode Enum

Definition

Defines values for RedundancyMode.

C#
[Newtonsoft.Json.JsonConverter(typeof(Newtonsoft.Json.Converters.StringEnumConverter))]
public enum RedundancyMode
Inheritance
RedundancyMode
Attributes
Newtonsoft.Json.JsonConverterAttribute

Fields

Name Value Description
None 0
Manual 1
Failover 2
ActiveActive 3
GeoRedundant 4

Applies to

Product Versions
Azure SDK for .NET Legacy