ProcessInfoInner Class
- java.
lang. Object - com.
azure. core. management. ProxyResource - com.
azure. resourcemanager. appservice. fluent. models. ProcessInfoInner
- com.
- com.
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 command |
| String |
deploymentName()
Get the deployment |
| String |
description()
Get the description property: Description of process. |
| Map<String,String> |
environmentVariables()
Get the environment |
| String |
fileName()
Get the file |
|
static
Process |
fromJson(JsonReader jsonReader)
Reads an instance of Process |
| Integer |
handleCount()
Get the handle |
| 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 iis |
| Boolean |
isIisProfileRunning()
Get the is |
| Boolean |
isProfileRunning()
Get the is |
| Boolean |
isScmSite()
Get the is |
| Boolean |
isWebjob()
Get the is |
| String |
kind()
Get the kind property: Kind of resource. |
| String |
minidump()
Get the minidump property: Minidump URI. |
| Integer |
moduleCount()
Get the module |
|
List<Process |
modules()
Get the modules property: List of modules. |
| String |
name()
Get the name property: The name of the resource. |
| Long |
nonPagedSystemMemory()
Get the non |
| List<String> |
openFileHandles()
Get the open |
| Long |
pagedMemory()
Get the paged |
| Long |
pagedSystemMemory()
Get the paged |
| String |
parent()
Get the parent property: Parent process. |
| Long |
peakPagedMemory()
Get the peak |
| Long |
peakVirtualMemory()
Get the peak |
| Long |
peakWorkingSet()
Get the peak |
| Long |
privateMemory()
Get the private |
| String |
privilegedCpuTime()
Get the privileged |
|
Offset |
startTime()
Get the start |
|
System |
systemData()
Get the system |
| Integer |
threadCount()
Get the thread |
|
List<Process |
threads()
Get the threads property: Thread list. |
|
Offset |
timeStamp()
Get the time |
|
Json |
toJson(JsonWriter jsonWriter) |
| String |
totalCpuTime()
Get the total |
| String |
type()
Get the type property: The type of the resource. |
| String |
userCpuTime()
Get the user |
| String |
userName()
Get the user |
| void |
validate()
Validates the instance. |
| Long |
virtualMemory()
Get the virtual |
| Long |
workingSet()
Get the working |
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:
commandLine
public String commandLine()
Get the commandLine property: Command line.
Returns:
deploymentName
public String deploymentName()
Get the deploymentName property: Deployment name.
Returns:
description
public String description()
Get the description property: Description of process.
Returns:
environmentVariables
public Map<String,String> environmentVariables()
Get the environmentVariables property: List of environment variables.
Returns:
fileName
public String fileName()
Get the fileName property: File name of this process.
Returns:
fromJson
public static ProcessInfoInner fromJson(JsonReader jsonReader)
Reads an instance of ProcessInfoInner from the JsonReader.
Parameters:
Returns:
Throws:
handleCount
public Integer handleCount()
Get the handleCount property: Handle count.
Returns:
href
public String href()
Get the href property: HRef URI.
Returns:
id
public String id()
Get the id property: Fully qualified resource Id for the resource.
Overrides:
ProcessInfoInner.id()Returns:
identifier
public Integer identifier()
Get the identifier property: ARM Identifier for deployment.
Returns:
iisProfileTimeoutInSeconds
public Double iisProfileTimeoutInSeconds()
Get the iisProfileTimeoutInSeconds property: IIS Profile timeout (seconds).
Returns:
isIisProfileRunning
public Boolean isIisProfileRunning()
Get the isIisProfileRunning property: Is the IIS Profile running?.
Returns:
isProfileRunning
public Boolean isProfileRunning()
Get the isProfileRunning property: Is profile running?.
Returns:
isScmSite
public Boolean isScmSite()
Get the isScmSite property: Is this the SCM site?.
Returns:
isWebjob
public Boolean isWebjob()
Get the isWebjob property: Is this a Web Job?.
Returns:
kind
public String kind()
Get the kind property: Kind of resource.
Returns:
minidump
public String minidump()
Get the minidump property: Minidump URI.
Returns:
moduleCount
public Integer moduleCount()
Get the moduleCount property: Module count.
Returns:
modules
public List<ProcessModuleInfoInner> modules()
Get the modules property: List of modules.
Returns:
name
public String name()
Get the name property: The name of the resource.
Overrides:
ProcessInfoInner.name()Returns:
nonPagedSystemMemory
public Long nonPagedSystemMemory()
Get the nonPagedSystemMemory property: Non-paged system memory.
Returns:
openFileHandles
public List<String> openFileHandles()
Get the openFileHandles property: List of open files.
Returns:
pagedMemory
public Long pagedMemory()
Get the pagedMemory property: Paged memory.
Returns:
pagedSystemMemory
public Long pagedSystemMemory()
Get the pagedSystemMemory property: Paged system memory.
Returns:
parent
public String parent()
Get the parent property: Parent process.
Returns:
peakPagedMemory
public Long peakPagedMemory()
Get the peakPagedMemory property: Peak paged memory.
Returns:
peakVirtualMemory
public Long peakVirtualMemory()
Get the peakVirtualMemory property: Peak virtual memory usage.
Returns:
peakWorkingSet
public Long peakWorkingSet()
Get the peakWorkingSet property: Peak working set.
Returns:
privateMemory
public Long privateMemory()
Get the privateMemory property: Private memory size.
Returns:
privilegedCpuTime
public String privilegedCpuTime()
Get the privilegedCpuTime property: Privileged CPU time.
Returns:
startTime
public OffsetDateTime startTime()
Get the startTime property: Start time.
Returns:
systemData
public SystemData systemData()
Get the systemData property: Azure Resource Manager metadata containing createdBy and modifiedBy information.
Returns:
threadCount
public Integer threadCount()
Get the threadCount property: Thread count.
Returns:
threads
public List<ProcessThreadInfoInner> threads()
Get the threads property: Thread list.
Returns:
timeStamp
public OffsetDateTime timeStamp()
Get the timeStamp property: Time stamp.
Returns:
toJson
public JsonWriter toJson(JsonWriter jsonWriter)
Overrides:
ProcessInfoInner.toJson(JsonWriter jsonWriter)Parameters:
Throws:
totalCpuTime
public String totalCpuTime()
Get the totalCpuTime property: Total CPU time.
Returns:
type
public String type()
Get the type property: The type of the resource.
Overrides:
ProcessInfoInner.type()Returns:
userCpuTime
public String userCpuTime()
Get the userCpuTime property: User CPU time.
Returns:
userName
public String userName()
Get the userName property: User name.
Returns:
validate
public void validate()
Validates the instance.
virtualMemory
public Long virtualMemory()
Get the virtualMemory property: Virtual memory size.
Returns:
workingSet
public Long workingSet()
Get the workingSet property: Working set.
Returns: