Condividi tramite


ProcessInfoInner Class

public final class ProcessInfoInner
extends ProxyResource

Process Information.

Method Summary

Modifier and Type Method and Description
List<String> children()

Get the children property: Child process list.

String commandLine()

Get the commandLine property: Command line.

String deploymentName()

Get the deploymentName property: Deployment name.

String description()

Get the description property: Description of process.

Map<String,String> environmentVariables()

Get the environmentVariables property: List of environment variables.

String fileName()

Get the fileName property: File name of this process.

static ProcessInfoInner fromJson(JsonReader jsonReader)

Reads an instance of ProcessInfoInner from the JsonReader.

Integer handleCount()

Get the handleCount property: Handle count.

String href()

Get the href property: HRef URI.

String id()

Get the id property: Fully qualified resource Id for the resource.

Integer identifier()

Get the identifier property: ARM Identifier for deployment.

Double iisProfileTimeoutInSeconds()

Get the iisProfileTimeoutInSeconds property: IIS Profile timeout (seconds).

Boolean isIisProfileRunning()

Get the isIisProfileRunning property: Is the IIS Profile running?.

Boolean isProfileRunning()

Get the isProfileRunning property: Is profile running?.

Boolean isScmSite()

Get the isScmSite property: Is this the SCM site?.

Boolean isWebjob()

Get the isWebjob property: Is this a Web Job?.

String kind()

Get the kind property: Kind of resource.

String minidump()

Get the minidump property: Minidump URI.

Integer moduleCount()

Get the moduleCount property: Module count.

List<ProcessModuleInfoInner> modules()

Get the modules property: List of modules.

String name()

Get the name property: The name of the resource.

Long nonPagedSystemMemory()

Get the nonPagedSystemMemory property: Non-paged system memory.

List<String> openFileHandles()

Get the openFileHandles property: List of open files.

Long pagedMemory()

Get the pagedMemory property: Paged memory.

Long pagedSystemMemory()

Get the pagedSystemMemory property: Paged system memory.

String parent()

Get the parent property: Parent process.

Long peakPagedMemory()

Get the peakPagedMemory property: Peak paged memory.

Long peakVirtualMemory()

Get the peakVirtualMemory property: Peak virtual memory usage.

Long peakWorkingSet()

Get the peakWorkingSet property: Peak working set.

Long privateMemory()

Get the privateMemory property: Private memory size.

String privilegedCpuTime()

Get the privilegedCpuTime property: Privileged CPU time.

OffsetDateTime startTime()

Get the startTime property: Start time.

SystemData systemData()

Get the systemData property: Azure Resource Manager metadata containing createdBy and modifiedBy information.

Integer threadCount()

Get the threadCount property: Thread count.

List<ProcessThreadInfoInner> threads()

Get the threads property: Thread list.

OffsetDateTime timeStamp()

Get the timeStamp property: Time stamp.

JsonWriter toJson(JsonWriter jsonWriter)
String totalCpuTime()

Get the totalCpuTime property: Total CPU time.

String type()

Get the type property: The type of the resource.

String userCpuTime()

Get the userCpuTime property: User CPU time.

String userName()

Get the userName property: User name.

void validate()

Validates the instance.

Long virtualMemory()

Get the virtualMemory property: Virtual memory size.

Long workingSet()

Get the workingSet property: Working set.

Methods inherited from ProxyResource

Methods inherited from java.lang.Object

Method Details

children

public List<String> children()

Get the children property: Child process list.

Returns:

the children value.

commandLine

public String commandLine()

Get the commandLine property: Command line.

Returns:

the commandLine value.

deploymentName

public String deploymentName()

Get the deploymentName property: Deployment name.

Returns:

the deploymentName value.

description

public String description()

Get the description property: Description of process.

Returns:

the description value.

environmentVariables

public Map<String,String> environmentVariables()

Get the environmentVariables property: List of environment variables.

Returns:

the environmentVariables value.

fileName

public String fileName()

Get the fileName property: File name of this process.

Returns:

the fileName value.

fromJson

public static ProcessInfoInner fromJson(JsonReader jsonReader)

Reads an instance of ProcessInfoInner from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

An instance of ProcessInfoInner if the JsonReader was pointing to an instance of it, or null if it was pointing to JSON null.

Throws:

IOException

- If the deserialized JSON object was missing any required properties.

handleCount

public Integer handleCount()

Get the handleCount property: Handle count.

Returns:

the handleCount value.

href

public String href()

Get the href property: HRef URI.

Returns:

the href value.

id

public String id()

Get the id property: Fully qualified resource Id for the resource.

Overrides:

ProcessInfoInner.id()

Returns:

the id value.

identifier

public Integer identifier()

Get the identifier property: ARM Identifier for deployment.

Returns:

the identifier value.

iisProfileTimeoutInSeconds

public Double iisProfileTimeoutInSeconds()

Get the iisProfileTimeoutInSeconds property: IIS Profile timeout (seconds).

Returns:

the iisProfileTimeoutInSeconds value.

isIisProfileRunning

public Boolean isIisProfileRunning()

Get the isIisProfileRunning property: Is the IIS Profile running?.

Returns:

the isIisProfileRunning value.

isProfileRunning

public Boolean isProfileRunning()

Get the isProfileRunning property: Is profile running?.

Returns:

the isProfileRunning value.

isScmSite

public Boolean isScmSite()

Get the isScmSite property: Is this the SCM site?.

Returns:

the isScmSite value.

isWebjob

public Boolean isWebjob()

Get the isWebjob property: Is this a Web Job?.

Returns:

the isWebjob value.

kind

public String kind()

Get the kind property: Kind of resource.

Returns:

the kind value.

minidump

public String minidump()

Get the minidump property: Minidump URI.

Returns:

the minidump value.

moduleCount

public Integer moduleCount()

Get the moduleCount property: Module count.

Returns:

the moduleCount value.

modules

public List<ProcessModuleInfoInner> modules()

Get the modules property: List of modules.

Returns:

the modules value.

name

public String name()

Get the name property: The name of the resource.

Overrides:

ProcessInfoInner.name()

Returns:

the name value.

nonPagedSystemMemory

public Long nonPagedSystemMemory()

Get the nonPagedSystemMemory property: Non-paged system memory.

Returns:

the nonPagedSystemMemory value.

openFileHandles

public List<String> openFileHandles()

Get the openFileHandles property: List of open files.

Returns:

the openFileHandles value.

pagedMemory

public Long pagedMemory()

Get the pagedMemory property: Paged memory.

Returns:

the pagedMemory value.

pagedSystemMemory

public Long pagedSystemMemory()

Get the pagedSystemMemory property: Paged system memory.

Returns:

the pagedSystemMemory value.

parent

public String parent()

Get the parent property: Parent process.

Returns:

the parent value.

peakPagedMemory

public Long peakPagedMemory()

Get the peakPagedMemory property: Peak paged memory.

Returns:

the peakPagedMemory value.

peakVirtualMemory

public Long peakVirtualMemory()

Get the peakVirtualMemory property: Peak virtual memory usage.

Returns:

the peakVirtualMemory value.

peakWorkingSet

public Long peakWorkingSet()

Get the peakWorkingSet property: Peak working set.

Returns:

the peakWorkingSet value.

privateMemory

public Long privateMemory()

Get the privateMemory property: Private memory size.

Returns:

the privateMemory value.

privilegedCpuTime

public String privilegedCpuTime()

Get the privilegedCpuTime property: Privileged CPU time.

Returns:

the privilegedCpuTime value.

startTime

public OffsetDateTime startTime()

Get the startTime property: Start time.

Returns:

the startTime value.

systemData

public SystemData systemData()

Get the systemData property: Azure Resource Manager metadata containing createdBy and modifiedBy information.

Returns:

the systemData value.

threadCount

public Integer threadCount()

Get the threadCount property: Thread count.

Returns:

the threadCount value.

threads

public List<ProcessThreadInfoInner> threads()

Get the threads property: Thread list.

Returns:

the threads value.

timeStamp

public OffsetDateTime timeStamp()

Get the timeStamp property: Time stamp.

Returns:

the timeStamp value.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Overrides:

ProcessInfoInner.toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

totalCpuTime

public String totalCpuTime()

Get the totalCpuTime property: Total CPU time.

Returns:

the totalCpuTime value.

type

public String type()

Get the type property: The type of the resource.

Overrides:

ProcessInfoInner.type()

Returns:

the type value.

userCpuTime

public String userCpuTime()

Get the userCpuTime property: User CPU time.

Returns:

the userCpuTime value.

userName

public String userName()

Get the userName property: User name.

Returns:

the userName value.

validate

public void validate()

Validates the instance.

virtualMemory

public Long virtualMemory()

Get the virtualMemory property: Virtual memory size.

Returns:

the virtualMemory value.

workingSet

public Long workingSet()

Get the workingSet property: Working set.

Returns:

the workingSet value.

Applies to