次の方法で共有


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

適用対象