ProcessInfoInner 생성자

정의

오버로드

ProcessInfoInner()

ProcessInfoInner 클래스의 새 instance 초기화합니다.

ProcessInfoInner(String, String, String, String, Nullable<Int32>, String, String, String, Nullable<Boolean>, Nullable<Boolean>, Nullable<Double>, String, IList<String>, IList<ProcessThreadInfo>, IList<String>, IList<ProcessModuleInfoInner>, String, String, String, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, Nullable<DateTime>, String, String, String, Nullable<Int64>, Nullable<Int64>, Nullable<Int64>, Nullable<Int64>, Nullable<Int64>, Nullable<Int64>, Nullable<Int64>, Nullable<Int64>, Nullable<Int64>, Nullable<DateTime>, IDictionary<String, String>, Nullable<Boolean>, Nullable<Boolean>, String)

ProcessInfoInner 클래스의 새 instance 초기화합니다.

ProcessInfoInner()

ProcessInfoInner 클래스의 새 instance 초기화합니다.

public ProcessInfoInner ();
Public Sub New ()

적용 대상

ProcessInfoInner(String, String, String, String, Nullable<Int32>, String, String, String, Nullable<Boolean>, Nullable<Boolean>, Nullable<Double>, String, IList<String>, IList<ProcessThreadInfo>, IList<String>, IList<ProcessModuleInfoInner>, String, String, String, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, Nullable<DateTime>, String, String, String, Nullable<Int64>, Nullable<Int64>, Nullable<Int64>, Nullable<Int64>, Nullable<Int64>, Nullable<Int64>, Nullable<Int64>, Nullable<Int64>, Nullable<Int64>, Nullable<DateTime>, IDictionary<String, String>, Nullable<Boolean>, Nullable<Boolean>, String)

ProcessInfoInner 클래스의 새 instance 초기화합니다.

public ProcessInfoInner (string id = default, string name = default, string type = default, string kind = default, int? identifier = default, string deploymentName = default, string href = default, string minidump = default, bool? isProfileRunning = default, bool? isIisProfileRunning = default, double? iisProfileTimeoutInSeconds = default, string parent = default, System.Collections.Generic.IList<string> children = default, System.Collections.Generic.IList<Microsoft.Azure.Management.AppService.Fluent.Models.ProcessThreadInfo> threads = default, System.Collections.Generic.IList<string> openFileHandles = default, System.Collections.Generic.IList<Microsoft.Azure.Management.AppService.Fluent.Models.ProcessModuleInfoInner> modules = default, string fileName = default, string commandLine = default, string userName = default, int? handleCount = default, int? moduleCount = default, int? threadCount = default, DateTime? startTime = default, string totalCpuTime = default, string userCpuTime = default, string privilegedCpuTime = default, long? workingSet = default, long? peakWorkingSet = default, long? privateMemory = default, long? virtualMemory = default, long? peakVirtualMemory = default, long? pagedSystemMemory = default, long? nonPagedSystemMemory = default, long? pagedMemory = default, long? peakPagedMemory = default, DateTime? timeStamp = default, System.Collections.Generic.IDictionary<string,string> environmentVariables = default, bool? isScmSite = default, bool? isWebjob = default, string description = default);
new Microsoft.Azure.Management.AppService.Fluent.Models.ProcessInfoInner : string * string * string * string * Nullable<int> * string * string * string * Nullable<bool> * Nullable<bool> * Nullable<double> * string * System.Collections.Generic.IList<string> * System.Collections.Generic.IList<Microsoft.Azure.Management.AppService.Fluent.Models.ProcessThreadInfo> * System.Collections.Generic.IList<string> * System.Collections.Generic.IList<Microsoft.Azure.Management.AppService.Fluent.Models.ProcessModuleInfoInner> * string * string * string * Nullable<int> * Nullable<int> * Nullable<int> * Nullable<DateTime> * string * string * string * Nullable<int64> * Nullable<int64> * Nullable<int64> * Nullable<int64> * Nullable<int64> * Nullable<int64> * Nullable<int64> * Nullable<int64> * Nullable<int64> * Nullable<DateTime> * System.Collections.Generic.IDictionary<string, string> * Nullable<bool> * Nullable<bool> * string -> Microsoft.Azure.Management.AppService.Fluent.Models.ProcessInfoInner
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 deploymentName As String = Nothing, Optional href As String = Nothing, Optional minidump As String = Nothing, Optional isProfileRunning As Nullable(Of Boolean) = Nothing, Optional isIisProfileRunning As Nullable(Of Boolean) = Nothing, Optional iisProfileTimeoutInSeconds As Nullable(Of Double) = Nothing, Optional parent As String = Nothing, Optional children As IList(Of String) = Nothing, Optional threads As IList(Of ProcessThreadInfo) = Nothing, Optional openFileHandles As IList(Of String) = Nothing, Optional modules As IList(Of ProcessModuleInfoInner) = Nothing, Optional fileName As String = Nothing, Optional commandLine As String = Nothing, Optional userName As String = Nothing, Optional handleCount As Nullable(Of Integer) = Nothing, Optional moduleCount As Nullable(Of Integer) = Nothing, Optional threadCount As Nullable(Of Integer) = Nothing, Optional startTime As Nullable(Of DateTime) = Nothing, Optional totalCpuTime As String = Nothing, Optional userCpuTime As String = Nothing, Optional privilegedCpuTime As String = Nothing, Optional workingSet As Nullable(Of Long) = Nothing, Optional peakWorkingSet As Nullable(Of Long) = Nothing, Optional privateMemory As Nullable(Of Long) = Nothing, Optional virtualMemory As Nullable(Of Long) = Nothing, Optional peakVirtualMemory As Nullable(Of Long) = Nothing, Optional pagedSystemMemory As Nullable(Of Long) = Nothing, Optional nonPagedSystemMemory As Nullable(Of Long) = Nothing, Optional pagedMemory As Nullable(Of Long) = Nothing, Optional peakPagedMemory As Nullable(Of Long) = Nothing, Optional timeStamp As Nullable(Of DateTime) = Nothing, Optional environmentVariables As IDictionary(Of String, String) = Nothing, Optional isScmSite As Nullable(Of Boolean) = Nothing, Optional isWebjob As Nullable(Of Boolean) = Nothing, Optional description As String = Nothing)

매개 변수

id
String
name
String
type
String
kind
String

리소스 종류입니다.

identifier
Nullable<Int32>

배포용 ARM 식별자입니다.

deploymentName
String

배포 이름.

href
String

HRef URI.

minidump
String

미니덤프 URI.

isProfileRunning
Nullable<Boolean>

프로필이 실행 중입니까?

isIisProfileRunning
Nullable<Boolean>

IIS 프로필이 실행 중입니까?

iisProfileTimeoutInSeconds
Nullable<Double>

IIS 프로필 시간 제한(초).

parent
String

부모 프로세스입니다.

children
IList<String>

자식 프로세스 목록입니다.

threads
IList<ProcessThreadInfo>

스레드 목록입니다.

openFileHandles
IList<String>

열려 있는 파일 목록입니다.

modules
IList<ProcessModuleInfoInner>

모듈 목록입니다.

fileName
String

이 프로세스의 파일 이름입니다.

commandLine
String

명령줄.

userName
String

사용자 이름.

handleCount
Nullable<Int32>

핸들 개수입니다.

moduleCount
Nullable<Int32>

모듈 수입니다.

threadCount
Nullable<Int32>

스레드 수입니다.

startTime
Nullable<DateTime>

시작 시간

totalCpuTime
String

총 CPU 시간입니다.

userCpuTime
String

사용자 CPU 시간입니다.

privilegedCpuTime
String

권한 있는 CPU 시간입니다.

workingSet
Nullable<Int64>

작업 집합.

peakWorkingSet
Nullable<Int64>

최대 작업 집합입니다.

privateMemory
Nullable<Int64>

프라이빗 메모리 크기입니다.

virtualMemory
Nullable<Int64>

가상 메모리 크기입니다.

peakVirtualMemory
Nullable<Int64>

최대 가상 메모리 사용량.

pagedSystemMemory
Nullable<Int64>

페이징된 시스템 메모리.

nonPagedSystemMemory
Nullable<Int64>

페이징이 아닌 시스템 메모리입니다.

pagedMemory
Nullable<Int64>

페이징된 메모리.

peakPagedMemory
Nullable<Int64>

최대 페이징 메모리.

timeStamp
Nullable<DateTime>

타임스탬프를 선택합니다.

environmentVariables
IDictionary<String,String>

환경 변수 목록입니다.

isScmSite
Nullable<Boolean>

SCM 사이트인가요?

isWebjob
Nullable<Boolean>

웹 작업인가요?

description
String

프로세스에 대한 설명입니다.

적용 대상