CloudLink.Status 속성

정의

클라우드 링크의 상태를 가져옵니다. 가능한 값은 'Active', 'Building', 'Deleting', 'Failed', 'Disconnected'입니다.

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

속성 값

특성
Newtonsoft.Json.JsonPropertyAttribute

적용 대상