共用方式為


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

適用於