IProcessInfo.Thread Property

Definition

Thread list.

[Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.Info(Create=true, Description="Thread list.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.IProcessThreadInfo) }, Read=true, ReadOnly=false, Required=false, SerializedName="threads", Update=true)]
public System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.IProcessThreadInfo> Thread { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.Info(Create=true, Description="Thread list.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.IProcessThreadInfo) }, Read=true, ReadOnly=false, Required=false, SerializedName="threads", Update=true)>]
member this.Thread : System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.IProcessThreadInfo> with get, set
Public Property Thread As List(Of IProcessThreadInfo)

Property Value

Attributes

Applies to