| 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 |
|---|---|
ProcessModuleInfoInner |
WebAppsClient.getInstanceProcessModule(String resourceGroupName,
String name,
String processId,
String baseAddress,
String instanceId)
Description for Get process information by its ID for a specific scaled-out instance in a web site.
|
ProcessModuleInfoInner |
WebAppsClient.getInstanceProcessModuleSlot(String resourceGroupName,
String name,
String processId,
String baseAddress,
String slot,
String instanceId)
Description for Get process information by its ID for a specific scaled-out instance in a web site.
|
ProcessModuleInfoInner |
WebAppsClient.getProcessModule(String resourceGroupName,
String name,
String processId,
String baseAddress)
Description for Get process information by its ID for a specific scaled-out instance in a web site.
|
ProcessModuleInfoInner |
WebAppsClient.getProcessModuleSlot(String resourceGroupName,
String name,
String processId,
String baseAddress,
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 |
|---|---|
ProcessModuleInfoInner |
ProcessModuleInfoInner.withBaseAddress(String baseAddress)
Set the baseAddress property: Base address.
|
ProcessModuleInfoInner |
ProcessModuleInfoInner.withFileDescription(String fileDescription)
Set the fileDescription property: File description.
|
ProcessModuleInfoInner |
ProcessModuleInfoInner.withFileName(String fileName)
Set the fileName property: File name.
|
ProcessModuleInfoInner |
ProcessModuleInfoInner.withFilePath(String filePath)
Set the filePath property: File path.
|
ProcessModuleInfoInner |
ProcessModuleInfoInner.withFileVersion(String fileVersion)
Set the fileVersion property: File version.
|
ProcessModuleInfoInner |
ProcessModuleInfoInner.withHref(String href)
Set the href property: HRef URI.
|
ProcessModuleInfoInner |
ProcessModuleInfoInner.withIsDebug(Boolean isDebug)
Set the isDebug property: Is debug?.
|
ProcessModuleInfoInner |
ProcessModuleInfoInner.withKind(String kind)
Set the kind property: Kind of resource.
|
ProcessModuleInfoInner |
ProcessModuleInfoInner.withLanguage(String language)
Set the language property: Module language (locale).
|
ProcessModuleInfoInner |
ProcessModuleInfoInner.withModuleMemorySize(Integer moduleMemorySize)
Set the moduleMemorySize property: Module memory size.
|
ProcessModuleInfoInner |
ProcessModuleInfoInner.withProduct(String product)
Set the product property: Product name.
|
ProcessModuleInfoInner |
ProcessModuleInfoInner.withProductVersion(String productVersion)
Set the productVersion property: Product version.
|
Copyright © 2021 Microsoft Corporation. All rights reserved.