ArmAppServiceModelFactory.ProcessThreadInfo メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
ProcessThreadInfo の新しいインスタンスを初期化します。
public static Azure.ResourceManager.AppService.Models.ProcessThreadInfo ProcessThreadInfo (Azure.Core.ResourceIdentifier id = default, string name = default, Azure.Core.ResourceType resourceType = default, Azure.ResourceManager.Models.SystemData systemData = default, int? identifier = default, string href = default, string process = default, string startAddress = default, int? currentPriority = default, string priorityLevel = default, int? basePriority = default, DateTimeOffset? startOn = default, string totalProcessorTime = default, string userProcessorTime = default, string state = default, string waitReason = default, string kind = default);
static member ProcessThreadInfo : Azure.Core.ResourceIdentifier * string * Azure.Core.ResourceType * Azure.ResourceManager.Models.SystemData * Nullable<int> * string * string * string * Nullable<int> * string * Nullable<int> * Nullable<DateTimeOffset> * string * string * string * string * string -> Azure.ResourceManager.AppService.Models.ProcessThreadInfo
Public Shared Function ProcessThreadInfo (Optional id As ResourceIdentifier = Nothing, Optional name As String = Nothing, Optional resourceType As ResourceType = Nothing, Optional systemData As SystemData = 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 startOn As Nullable(Of DateTimeOffset) = Nothing, Optional totalProcessorTime As String = Nothing, Optional userProcessorTime As String = Nothing, Optional state As String = Nothing, Optional waitReason As String = Nothing, Optional kind As String = Nothing) As ProcessThreadInfo
パラメーター
ID。
- name
- String
名前。
- resourceType
- ResourceType
resourceType。
- systemData
- SystemData
systemData。
- href
- String
HRef URI。
- process
- String
プロセス URI。
- startAddress
- String
開始アドレス。
- priorityLevel
- String
スレッドの優先度レベル。
- startOn
- Nullable<DateTimeOffset>
開始時刻。
- totalProcessorTime
- String
合計プロセッサ時間。
- userProcessorTime
- String
ユーザー プロセッサ時間。
- state
- String
スレッドの状態。
- waitReason
- String
待機理由。
- kind
- String
リソースの種類。
戻り値
モック作成用の新しい ProcessThreadInfo インスタンス。