Uses of Class
com.azure.resourcemanager.appservice.fluent.models.ProcessModuleInfoProperties
Packages that use ProcessModuleInfoProperties
Package
Description
Package containing the inner data models for WebSiteManagementClient.
-
Uses of ProcessModuleInfoProperties in com.azure.resourcemanager.appservice.fluent.models
Methods in com.azure.resourcemanager.appservice.fluent.models that return ProcessModuleInfoPropertiesModifier and TypeMethodDescriptionstatic ProcessModuleInfoPropertiesProcessModuleInfoProperties.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ProcessModuleInfoProperties from the JsonReader.ProcessModuleInfoProperties.withBaseAddress(String baseAddress) Set the baseAddress property: Base address.ProcessModuleInfoProperties.withFileDescription(String fileDescription) Set the fileDescription property: File description.ProcessModuleInfoProperties.withFileName(String fileName) Set the fileName property: File name.ProcessModuleInfoProperties.withFilePath(String filePath) Set the filePath property: File path.ProcessModuleInfoProperties.withFileVersion(String fileVersion) Set the fileVersion property: File version.Set the href property: HRef URI.ProcessModuleInfoProperties.withIsDebug(Boolean isDebug) Set the isDebug property: Is debug?.ProcessModuleInfoProperties.withLanguage(String language) Set the language property: Module language (locale).ProcessModuleInfoProperties.withModuleMemorySize(Integer moduleMemorySize) Set the moduleMemorySize property: Module memory size.ProcessModuleInfoProperties.withProduct(String product) Set the product property: Product name.ProcessModuleInfoProperties.withProductVersion(String productVersion) Set the productVersion property: Product version.