다음을 통해 공유


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

필드

Name Description
READY 0
STOPPED 1
UNKNOWN 2

적용 대상