共用方式為


SiteRuntimeState 列舉

定義

定義 SiteRuntimeState 的值。

[Newtonsoft.Json.JsonConverter(typeof(Newtonsoft.Json.Converters.StringEnumConverter))]
public enum SiteRuntimeState
[<Newtonsoft.Json.JsonConverter(typeof(Newtonsoft.Json.Converters.StringEnumConverter))>]
type SiteRuntimeState = 
Public Enum SiteRuntimeState
繼承
SiteRuntimeState
屬性
Newtonsoft.Json.JsonConverterAttribute

欄位

READY 0
STOPPED 1
UNKNOWN 2

適用於