Compartir a través de


ProcessInfo.Threads Propiedad

Definición

Obtiene o establece la lista de subprocesos.

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

Valor de propiedad

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Se aplica a