Uses of Class
com.azure.resourcemanager.appservice.fluent.models.ProcessInfoProperties
Packages that use ProcessInfoProperties
Package
Description
Package containing the inner data models for WebSiteManagementClient.
-
Uses of ProcessInfoProperties in com.azure.resourcemanager.appservice.fluent.models
Classes in com.azure.resourcemanager.appservice.fluent.models that implement interfaces with type arguments of type ProcessInfoPropertiesModifier and TypeClassDescriptionfinal classProcessInfo resource specific properties.Methods in com.azure.resourcemanager.appservice.fluent.models that return ProcessInfoPropertiesModifier and TypeMethodDescriptionstatic ProcessInfoPropertiesProcessInfoProperties.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ProcessInfoProperties from the JsonReader.ProcessInfoProperties.withChildren(List<String> children) Set the children property: Child process list.ProcessInfoProperties.withCommandLine(String commandLine) Set the commandLine property: Command line.ProcessInfoProperties.withDeploymentName(String deploymentName) Set the deploymentName property: Deployment name.ProcessInfoProperties.withDescription(String description) Set the description property: Description of process.ProcessInfoProperties.withEnvironmentVariables(Map<String, String> environmentVariables) Set the environmentVariables property: List of environment variables.ProcessInfoProperties.withFileName(String fileName) Set the fileName property: File name of this process.ProcessInfoProperties.withHandleCount(Integer handleCount) Set the handleCount property: Handle count.Set the href property: HRef URI.ProcessInfoProperties.withIisProfileTimeoutInSeconds(Double iisProfileTimeoutInSeconds) Set the iisProfileTimeoutInSeconds property: IIS Profile timeout (seconds).ProcessInfoProperties.withIsIisProfileRunning(Boolean isIisProfileRunning) Set the isIisProfileRunning property: Is the IIS Profile running?.ProcessInfoProperties.withIsProfileRunning(Boolean isProfileRunning) Set the isProfileRunning property: Is profile running?.ProcessInfoProperties.withIsScmSite(Boolean isScmSite) Set the isScmSite property: Is this the SCM site?.ProcessInfoProperties.withIsWebjob(Boolean isWebjob) Set the isWebjob property: Is this a Web Job?.ProcessInfoProperties.withMinidump(String minidump) Set the minidump property: Minidump URI.ProcessInfoProperties.withModuleCount(Integer moduleCount) Set the moduleCount property: Module count.ProcessInfoProperties.withModules(List<ProcessModuleInfoInner> modules) Set the modules property: List of modules.ProcessInfoProperties.withNonPagedSystemMemory(Long nonPagedSystemMemory) Set the nonPagedSystemMemory property: Non-paged system memory.ProcessInfoProperties.withOpenFileHandles(List<String> openFileHandles) Set the openFileHandles property: List of open files.ProcessInfoProperties.withPagedMemory(Long pagedMemory) Set the pagedMemory property: Paged memory.ProcessInfoProperties.withPagedSystemMemory(Long pagedSystemMemory) Set the pagedSystemMemory property: Paged system memory.ProcessInfoProperties.withParent(String parent) Set the parent property: Parent process.ProcessInfoProperties.withPeakPagedMemory(Long peakPagedMemory) Set the peakPagedMemory property: Peak paged memory.ProcessInfoProperties.withPeakVirtualMemory(Long peakVirtualMemory) Set the peakVirtualMemory property: Peak virtual memory usage.ProcessInfoProperties.withPeakWorkingSet(Long peakWorkingSet) Set the peakWorkingSet property: Peak working set.ProcessInfoProperties.withPrivateMemory(Long privateMemory) Set the privateMemory property: Private memory size.ProcessInfoProperties.withPrivilegedCpuTime(String privilegedCpuTime) Set the privilegedCpuTime property: Privileged CPU time.ProcessInfoProperties.withStartTime(OffsetDateTime startTime) Set the startTime property: Start time.ProcessInfoProperties.withThreadCount(Integer threadCount) Set the threadCount property: Thread count.ProcessInfoProperties.withThreads(List<ProcessThreadInfoInner> threads) Set the threads property: Thread list.ProcessInfoProperties.withTimestamp(OffsetDateTime timestamp) Set the timestamp property: Time stamp.ProcessInfoProperties.withTotalCpuTime(String totalCpuTime) Set the totalCpuTime property: Total CPU time.ProcessInfoProperties.withUserCpuTime(String userCpuTime) Set the userCpuTime property: User CPU time.ProcessInfoProperties.withUsername(String username) Set the username property: User name.ProcessInfoProperties.withVirtualMemory(Long virtualMemory) Set the virtualMemory property: Virtual memory size.ProcessInfoProperties.withWorkingSet(Long workingSet) Set the workingSet property: Working set.