Compartilhar via


ProcessInfoInner Construtores

Definição

Sobrecargas

ProcessInfoInner()

Inicializa uma nova instância da classe ProcessInfoInner.

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)

Inicializa uma nova instância da classe ProcessInfoInner.

ProcessInfoInner()

Inicializa uma nova instância da classe ProcessInfoInner.

public ProcessInfoInner ();
Public Sub New ()

Aplica-se a

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)

Inicializa uma nova instância da classe ProcessInfoInner.

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)

Parâmetros

id
String
name
String
type
String
kind
String

Tipo de recurso.

identifier
Nullable<Int32>

Identificador do ARM para implantação.

deploymentName
String

Nome de implantação.

href
String

URI HRef.

minidump
String

URI de minidump.

isProfileRunning
Nullable<Boolean>

O perfil está em execução?

isIisProfileRunning
Nullable<Boolean>

O Perfil do IIS está em execução?

iisProfileTimeoutInSeconds
Nullable<Double>

Tempo limite do perfil do IIS (segundos).

parent
String

Processo pai.

children
IList<String>

Lista de processos filho.

threads
IList<ProcessThreadInfo>

Lista de threads.

openFileHandles
IList<String>

Lista de arquivos abertos.

modules
IList<ProcessModuleInfoInner>

Lista de módulos.

fileName
String

Nome do arquivo desse processo.

commandLine
String

Linha de comando.

userName
String

Nome de usuário.

handleCount
Nullable<Int32>

Contagem de identificadores.

moduleCount
Nullable<Int32>

Contagem de módulos.

threadCount
Nullable<Int32>

Contagem de threads.

startTime
Nullable<DateTime>

Hora de início.

totalCpuTime
String

Tempo total da CPU.

userCpuTime
String

Tempo de CPU do usuário.

privilegedCpuTime
String

Tempo de CPU privilegiado.

workingSet
Nullable<Int64>

Conjunto de trabalho.

peakWorkingSet
Nullable<Int64>

Conjunto de trabalho de pico.

privateMemory
Nullable<Int64>

Tamanho da memória privada.

virtualMemory
Nullable<Int64>

Tamanho da memória virtual.

peakVirtualMemory
Nullable<Int64>

Pico de uso de memória virtual.

pagedSystemMemory
Nullable<Int64>

Memória do sistema paginada.

nonPagedSystemMemory
Nullable<Int64>

Memória do sistema não paginada.

pagedMemory
Nullable<Int64>

Memória paginada.

peakPagedMemory
Nullable<Int64>

Memória paginada de pico.

timeStamp
Nullable<DateTime>

Carimbo de data/hora.

environmentVariables
IDictionary<String,String>

Lista de variáveis de ambiente.

isScmSite
Nullable<Boolean>

Esse é o site do SCM?

isWebjob
Nullable<Boolean>

Isso é um trabalho web?

description
String

Descrição do processo.

Aplica-se a