ProcessModuleInfoProperties Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
ProcessModuleInfo resource specific properties
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ProcessModuleInfoPropertiesTypeConverter))]
public class ProcessModuleInfoProperties : Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessModuleInfoProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ProcessModuleInfoPropertiesTypeConverter))>]
type ProcessModuleInfoProperties = class
interface IProcessModuleInfoProperties
interface IJsonSerializable
Public Class ProcessModuleInfoProperties
Implements IProcessModuleInfoProperties
- Inheritance
-
ProcessModuleInfoProperties
- Attributes
- Implements
Constructors
ProcessModuleInfoProperties() |
Creates an new ProcessModuleInfoProperties instance. |
Properties
BaseAddress |
Base address. Used as module identifier in ARM resource URI. |
FileDescription |
File description. |
FileName |
File name. |
FilePath |
File path. |
FileVersion |
File version. |
Href |
HRef URI. |
IsDebug |
Is debug? |
Language |
Module language (locale). |
ModuleMemorySize |
Module memory size. |
Product |
Product name. |
ProductVersion |
Product version. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of ProcessModuleInfoProperties. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of ProcessModuleInfoProperties. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProcessModuleInfoProperties. |
FromJsonString(String) |
Creates a new instance of ProcessModuleInfoProperties, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of ProcessModuleInfoProperties into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |