다음을 통해 공유


OperationInner.Status 속성

정의

작업의 현재 상태 가져오거나 설정합니다. 가능한 값으로는 'InProgress', 'Failed', 'Succeeded', 'TimedOut', 'Created' 등이 있습니다.

[Newtonsoft.Json.JsonProperty(PropertyName="status")]
public Microsoft.Azure.Management.AppService.Fluent.Models.OperationStatus? Status { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="status")>]
member this.Status : Nullable<Microsoft.Azure.Management.AppService.Fluent.Models.OperationStatus> with get, set
Public Property Status As Nullable(Of OperationStatus)

속성 값

특성
Newtonsoft.Json.JsonPropertyAttribute

적용 대상