Condividi tramite


IProcessInfo.Thread Property

Definition

Thread list.

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

Property Value

Attributes

Applies to