次の方法で共有


ControllerPowerStateAction 列挙型

定義

ControllerPowerStateAction の値を定義します。

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

フィールド

Restart 1
Shutdown 2
Start 0

適用対象