次の方法で共有


TierType 列挙型

定義

TierType の値を定義します。

[Newtonsoft.Json.JsonConverter(typeof(Newtonsoft.Json.Converters.StringEnumConverter))]
public enum TierType
[<Newtonsoft.Json.JsonConverter(typeof(Newtonsoft.Json.Converters.StringEnumConverter))>]
type TierType = 
Public Enum TierType
継承
TierType
属性
Newtonsoft.Json.JsonConverterAttribute

フィールド

Commitment100TB 3
Commitment10TB 2
Commitment1PB 5
Commitment1TB 1
Commitment500TB 4
Commitment5PB 6
Consumption 0

適用対象