RedundancyMode 열거형

정의

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
상속
RedundancyMode
특성
Newtonsoft.Json.JsonConverterAttribute

필드

ActiveActive 3
Failover 2
GeoRedundant 4
Manual 1
None 0

적용 대상