ProcessInfoInner.Threads 속성

정의

스레드 목록을 가져오거나 설정합니다.

[Newtonsoft.Json.JsonProperty(PropertyName="properties.threads")]
public System.Collections.Generic.IList<Microsoft.Azure.Management.AppService.Fluent.Models.ProcessThreadInfo> Threads { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.threads")>]
member this.Threads : System.Collections.Generic.IList<Microsoft.Azure.Management.AppService.Fluent.Models.ProcessThreadInfo> with get, set
Public Property Threads As IList(Of ProcessThreadInfo)

속성 값

특성
Newtonsoft.Json.JsonPropertyAttribute

적용 대상