| Package | Description |
|---|---|
| com.azure.resourcemanager.appservice.fluent |
Package containing the service clients for WebSiteManagementClient.
|
| com.azure.resourcemanager.appservice.fluent.models |
Package containing the inner data models for WebSiteManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
ProcessInfoInner |
WebAppsClient.getInstanceProcess(String resourceGroupName,
String name,
String processId,
String instanceId)
Description for Get process information by its ID for a specific scaled-out instance in a web site.
|
ProcessInfoInner |
WebAppsClient.getInstanceProcessSlot(String resourceGroupName,
String name,
String processId,
String slot,
String instanceId)
Description for Get process information by its ID for a specific scaled-out instance in a web site.
|
ProcessInfoInner |
WebAppsClient.getProcess(String resourceGroupName,
String name,
String processId)
Description for Get process information by its ID for a specific scaled-out instance in a web site.
|
ProcessInfoInner |
WebAppsClient.getProcessSlot(String resourceGroupName,
String name,
String processId,
String slot)
Description for Get process information by its ID for a specific scaled-out instance in a web site.
|
| Modifier and Type | Method and Description |
|---|---|
ProcessInfoInner |
ProcessInfoInner.withChildren(List<String> children)
Set the children property: Child process list.
|
ProcessInfoInner |
ProcessInfoInner.withCommandLine(String commandLine)
Set the commandLine property: Command line.
|
ProcessInfoInner |
ProcessInfoInner.withDeploymentName(String deploymentName)
Set the deploymentName property: Deployment name.
|
ProcessInfoInner |
ProcessInfoInner.withDescription(String description)
Set the description property: Description of process.
|
ProcessInfoInner |
ProcessInfoInner.withEnvironmentVariables(Map<String,String> environmentVariables)
Set the environmentVariables property: List of environment variables.
|
ProcessInfoInner |
ProcessInfoInner.withFileName(String fileName)
Set the fileName property: File name of this process.
|
ProcessInfoInner |
ProcessInfoInner.withHandleCount(Integer handleCount)
Set the handleCount property: Handle count.
|
ProcessInfoInner |
ProcessInfoInner.withHref(String href)
Set the href property: HRef URI.
|
ProcessInfoInner |
ProcessInfoInner.withIisProfileTimeoutInSeconds(Double iisProfileTimeoutInSeconds)
Set the iisProfileTimeoutInSeconds property: IIS Profile timeout (seconds).
|
ProcessInfoInner |
ProcessInfoInner.withIsIisProfileRunning(Boolean isIisProfileRunning)
Set the isIisProfileRunning property: Is the IIS Profile running?.
|
ProcessInfoInner |
ProcessInfoInner.withIsProfileRunning(Boolean isProfileRunning)
Set the isProfileRunning property: Is profile running?.
|
ProcessInfoInner |
ProcessInfoInner.withIsScmSite(Boolean isScmSite)
Set the isScmSite property: Is this the SCM site?.
|
ProcessInfoInner |
ProcessInfoInner.withIsWebjob(Boolean isWebjob)
Set the isWebjob property: Is this a Web Job?.
|
ProcessInfoInner |
ProcessInfoInner.withKind(String kind)
Set the kind property: Kind of resource.
|
ProcessInfoInner |
ProcessInfoInner.withMinidump(String minidump)
Set the minidump property: Minidump URI.
|
ProcessInfoInner |
ProcessInfoInner.withModuleCount(Integer moduleCount)
Set the moduleCount property: Module count.
|
ProcessInfoInner |
ProcessInfoInner.withModules(List<ProcessModuleInfoInner> modules)
Set the modules property: List of modules.
|
ProcessInfoInner |
ProcessInfoInner.withNonPagedSystemMemory(Long nonPagedSystemMemory)
Set the nonPagedSystemMemory property: Non-paged system memory.
|
ProcessInfoInner |
ProcessInfoInner.withOpenFileHandles(List<String> openFileHandles)
Set the openFileHandles property: List of open files.
|
ProcessInfoInner |
ProcessInfoInner.withPagedMemory(Long pagedMemory)
Set the pagedMemory property: Paged memory.
|
ProcessInfoInner |
ProcessInfoInner.withPagedSystemMemory(Long pagedSystemMemory)
Set the pagedSystemMemory property: Paged system memory.
|
ProcessInfoInner |
ProcessInfoInner.withParent(String parent)
Set the parent property: Parent process.
|
ProcessInfoInner |
ProcessInfoInner.withPeakPagedMemory(Long peakPagedMemory)
Set the peakPagedMemory property: Peak paged memory.
|
ProcessInfoInner |
ProcessInfoInner.withPeakVirtualMemory(Long peakVirtualMemory)
Set the peakVirtualMemory property: Peak virtual memory usage.
|
ProcessInfoInner |
ProcessInfoInner.withPeakWorkingSet(Long peakWorkingSet)
Set the peakWorkingSet property: Peak working set.
|
ProcessInfoInner |
ProcessInfoInner.withPrivateMemory(Long privateMemory)
Set the privateMemory property: Private memory size.
|
ProcessInfoInner |
ProcessInfoInner.withPrivilegedCpuTime(String privilegedCpuTime)
Set the privilegedCpuTime property: Privileged CPU time.
|
ProcessInfoInner |
ProcessInfoInner.withStartTime(OffsetDateTime startTime)
Set the startTime property: Start time.
|
ProcessInfoInner |
ProcessInfoInner.withThreadCount(Integer threadCount)
Set the threadCount property: Thread count.
|
ProcessInfoInner |
ProcessInfoInner.withThreads(List<ProcessThreadInfoInner> threads)
Set the threads property: Thread list.
|
ProcessInfoInner |
ProcessInfoInner.withTimestamp(OffsetDateTime timestamp)
Set the timestamp property: Time stamp.
|
ProcessInfoInner |
ProcessInfoInner.withTotalCpuTime(String totalCpuTime)
Set the totalCpuTime property: Total CPU time.
|
ProcessInfoInner |
ProcessInfoInner.withUserCpuTime(String userCpuTime)
Set the userCpuTime property: User CPU time.
|
ProcessInfoInner |
ProcessInfoInner.withUsername(String username)
Set the username property: User name.
|
ProcessInfoInner |
ProcessInfoInner.withVirtualMemory(Long virtualMemory)
Set the virtualMemory property: Virtual memory size.
|
ProcessInfoInner |
ProcessInfoInner.withWorkingSet(Long workingSet)
Set the workingSet property: Working set.
|
Copyright © 2021 Microsoft Corporation. All rights reserved.