ConfigurationStatus 列挙型

定義

構成の状態を指定します。

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

フィールド

Applied 2

構成が適用されました。

Targeted 1

対象となる構成。

適用対象