ProcessModuleInfoInner Class
- java.
lang. Object - com.
azure. core. management. ProxyResource - com.
azure. resourcemanager. appservice. fluent. models. ProcessModuleInfoInner
- com.
- com.
public final class ProcessModuleInfoInner
extends ProxyResource
Process Module Information.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| String |
baseAddress()
Get the base |
| String |
fileDescription()
Get the file |
| String |
fileName()
Get the file |
| String |
filePath()
Get the file |
| String |
fileVersion()
Get the file |
|
static
Process |
fromJson(JsonReader jsonReader)
Reads an instance of Process |
| String |
href()
Get the href property: HRef URI. |
| String |
id()
Get the id property: Fully qualified resource Id for the resource. |
| Boolean |
isDebug()
Get the is |
| String |
kind()
Get the kind property: Kind of resource. |
| String |
language()
Get the language property: Module language (locale). |
| Integer |
moduleMemorySize()
Get the module |
| String |
name()
Get the name property: The name of the resource. |
| String |
product()
Get the product property: Product name. |
| String |
productVersion()
Get the product |
|
System |
systemData()
Get the system |
|
Json |
toJson(JsonWriter jsonWriter) |
| String |
type()
Get the type property: The type of the resource. |
| void |
validate()
Validates the instance. |
Methods inherited from ProxyResource
Methods inherited from java.lang.Object
Method Details
baseAddress
public String baseAddress()
Get the baseAddress property: Base address. Used as module identifier in ARM resource URI.
Returns:
fileDescription
public String fileDescription()
Get the fileDescription property: File description.
Returns:
fileName
public String fileName()
Get the fileName property: File name.
Returns:
filePath
public String filePath()
Get the filePath property: File path.
Returns:
fileVersion
public String fileVersion()
Get the fileVersion property: File version.
Returns:
fromJson
public static ProcessModuleInfoInner fromJson(JsonReader jsonReader)
Reads an instance of ProcessModuleInfoInner from the JsonReader.
Parameters:
Returns:
Throws:
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:
ProcessModuleInfoInner.id()Returns:
isDebug
public Boolean isDebug()
Get the isDebug property: Is debug?.
Returns:
kind
public String kind()
Get the kind property: Kind of resource.
Returns:
language
public String language()
Get the language property: Module language (locale).
Returns:
moduleMemorySize
public Integer moduleMemorySize()
Get the moduleMemorySize property: Module memory size.
Returns:
name
public String name()
Get the name property: The name of the resource.
Overrides:
ProcessModuleInfoInner.name()Returns:
product
public String product()
Get the product property: Product name.
Returns:
productVersion
public String productVersion()
Get the productVersion property: Product version.
Returns:
systemData
public SystemData systemData()
Get the systemData property: Azure Resource Manager metadata containing createdBy and modifiedBy information.
Returns:
toJson
public JsonWriter toJson(JsonWriter jsonWriter)
Overrides:
ProcessModuleInfoInner.toJson(JsonWriter jsonWriter)Parameters:
Throws:
type
public String type()
Get the type property: The type of the resource.
Overrides:
ProcessModuleInfoInner.type()Returns:
validate
public void validate()
Validates the instance.