你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

IProcessThreadInfo.PriorityLevel Property

Definition

Thread priority level.

[Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.Info(Description="Thread priority level.", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=false, Required=false, SerializedName="priority_level")]
public string PriorityLevel { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.Info(Description="Thread priority level.", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=false, Required=false, SerializedName="priority_level")>]
member this.PriorityLevel : string with get, set
Public Property PriorityLevel As String

Property Value

Attributes

Applies to