次の方法で共有


ProcessThreadInfo コンストラクター

定義

オーバーロード

ProcessThreadInfo()

ProcessThreadInfo クラスの新しいインスタンスを初期化します。

ProcessThreadInfo(String, String, String, String, Nullable<Int32>, String, String, String, Nullable<Int32>, String, Nullable<Int32>, Nullable<DateTime>, String, String, String, String)

ProcessThreadInfo クラスの新しいインスタンスを初期化します。

ProcessThreadInfo()

ProcessThreadInfo クラスの新しいインスタンスを初期化します。

public ProcessThreadInfo ();
Public Sub New ()

適用対象

ProcessThreadInfo(String, String, String, String, Nullable<Int32>, String, String, String, Nullable<Int32>, String, Nullable<Int32>, Nullable<DateTime>, String, String, String, String)

ProcessThreadInfo クラスの新しいインスタンスを初期化します。

public ProcessThreadInfo (string id = default, string name = default, string type = default, string kind = default, int? identifier = default, string href = default, string process = default, string startAddress = default, int? currentPriority = default, string priorityLevel = default, int? basePriority = default, DateTime? startTime = default, string totalProcessorTime = default, string userProcessorTime = default, string state = default, string waitReason = default);
new Microsoft.Azure.Management.AppService.Fluent.Models.ProcessThreadInfo : string * string * string * string * Nullable<int> * string * string * string * Nullable<int> * string * Nullable<int> * Nullable<DateTime> * string * string * string * string -> Microsoft.Azure.Management.AppService.Fluent.Models.ProcessThreadInfo
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional kind As String = Nothing, Optional identifier As Nullable(Of Integer) = Nothing, Optional href As String = Nothing, Optional process As String = Nothing, Optional startAddress As String = Nothing, Optional currentPriority As Nullable(Of Integer) = Nothing, Optional priorityLevel As String = Nothing, Optional basePriority As Nullable(Of Integer) = Nothing, Optional startTime As Nullable(Of DateTime) = Nothing, Optional totalProcessorTime As String = Nothing, Optional userProcessorTime As String = Nothing, Optional state As String = Nothing, Optional waitReason As String = Nothing)

パラメーター

id
String
name
String
type
String
kind
String

リソースの種類。

identifier
Nullable<Int32>

サイト拡張機能 ID。

href
String

HRef URI。

process
String

プロセス URI。

startAddress
String

開始アドレス。

currentPriority
Nullable<Int32>

現在のスレッドの優先度。

priorityLevel
String

スレッドの優先度レベル。

basePriority
Nullable<Int32>

基本優先度。

startTime
Nullable<DateTime>

開始時刻。

totalProcessorTime
String

合計プロセッサ時間。

userProcessorTime
String

ユーザー プロセッサ時間。

state
String

スレッドの状態。

waitReason
String

待機理由。

適用対象