ProcessModuleInfoInner Class
- java.
lang. Object - com.
azure. core. management. ProxyResource - com.
azure. resourcemanager. appservice. models. ProxyOnlyResource - com.
azure. resourcemanager. appservice. fluent. models. ProcessModuleInfoInner
- com.
- com.
- com.
public final class ProcessModuleInfoInner
extends ProxyOnlyResource
Process Module Information.
Constructor Summary
Constructor | Description |
---|---|
ProcessModuleInfoInner() |
Creates an instance of Process |
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 |
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 |
Json |
toJson(JsonWriter jsonWriter) |
String |
type()
Get the type property: The type of the resource. |
void |
validate()
Validates the instance. |
Process |
withBaseAddress(String baseAddress)
Set the base |
Process |
withFileDescription(String fileDescription)
Set the file |
Process |
withFileName(String fileName)
Set the file |
Process |
withFilePath(String filePath)
Set the file |
Process |
withFileVersion(String fileVersion)
Set the file |
Process |
withHref(String href)
Set the href property: HRef URI. |
Process |
withIsDebug(Boolean isDebug)
Set the is |
Process |
withKind(String kind)
Set the kind property: Kind of resource. |
Process |
withLanguage(String language)
Set the language property: Module language (locale). |
Process |
withModuleMemorySize(Integer moduleMemorySize)
Set the module |
Process |
withProduct(String product)
Set the product property: Product name. |
Process |
withProductVersion(String productVersion)
Set the product |
Methods inherited from ProxyOnlyResource
Methods inherited from java.lang.Object
Constructor Details
ProcessModuleInfoInner
public ProcessModuleInfoInner()
Creates an instance of ProcessModuleInfoInner class.
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:
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:
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.
Overrides:
ProcessModuleInfoInner.validate()withBaseAddress
public ProcessModuleInfoInner withBaseAddress(String baseAddress)
Set the baseAddress property: Base address. Used as module identifier in ARM resource URI.
Parameters:
Returns:
withFileDescription
public ProcessModuleInfoInner withFileDescription(String fileDescription)
Set the fileDescription property: File description.
Parameters:
Returns:
withFileName
public ProcessModuleInfoInner withFileName(String fileName)
Set the fileName property: File name.
Parameters:
Returns:
withFilePath
public ProcessModuleInfoInner withFilePath(String filePath)
Set the filePath property: File path.
Parameters:
Returns:
withFileVersion
public ProcessModuleInfoInner withFileVersion(String fileVersion)
Set the fileVersion property: File version.
Parameters:
Returns:
withHref
public ProcessModuleInfoInner withHref(String href)
Set the href property: HRef URI.
Parameters:
Returns:
withIsDebug
public ProcessModuleInfoInner withIsDebug(Boolean isDebug)
Set the isDebug property: Is debug?.
Parameters:
Returns:
withKind
public ProcessModuleInfoInner withKind(String kind)
Set the kind property: Kind of resource.
Overrides:
ProcessModuleInfoInner.withKind(String kind)Parameters:
withLanguage
public ProcessModuleInfoInner withLanguage(String language)
Set the language property: Module language (locale).
Parameters:
Returns:
withModuleMemorySize
public ProcessModuleInfoInner withModuleMemorySize(Integer moduleMemorySize)
Set the moduleMemorySize property: Module memory size.
Parameters:
Returns:
withProduct
public ProcessModuleInfoInner withProduct(String product)
Set the product property: Product name.
Parameters:
Returns:
withProductVersion
public ProcessModuleInfoInner withProductVersion(String productVersion)
Set the productVersion property: Product version.
Parameters:
Returns:
Applies to
Azure SDK for Java