다음을 통해 공유


Job.Status 속성

정의

작업의 상태 가져오거나 설정합니다. 가능한 값으로는 'New', 'Activating', 'Running', 'Completed', 'Failed', 'Stopped', 'Blocked', 'Suspended', 'Disconnected', 'Suspending', 'Stopping', 'Resuming', 'Removing' 등이 있습니다.

[Newtonsoft.Json.JsonProperty(PropertyName="properties.status")]
public string Status { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.status")>]
member this.Status : string with get, set
Public Property Status As String

속성 값

특성
Newtonsoft.Json.JsonPropertyAttribute

적용 대상