ProcessModuleInfo Class

Definition

Process Module Information.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20210201.ProcessModuleInfoTypeConverter))]
public class ProcessModuleInfo : Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20210201.IProcessModuleInfo, Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20210201.ProcessModuleInfoTypeConverter))>]
type ProcessModuleInfo = class
    interface IProcessModuleInfo
    interface IJsonSerializable
    interface IProxyOnlyResource
    interface IValidates
Public Class ProcessModuleInfo
Implements IProcessModuleInfo, IValidates
Inheritance
ProcessModuleInfo
Attributes
Implements

Constructors

ProcessModuleInfo()

Creates an new ProcessModuleInfo 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.

Id

Resource Id.

IsDebug

Is debug?

Kind

Kind of resource.

Language

Module language (locale).

ModuleMemorySize

Module memory size.

Name

Resource Name.

Product

Product name.

ProductVersion

Product version.

Type

Resource type.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of ProcessModuleInfo.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of ProcessModuleInfo.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20210201.IProcessModuleInfo.

FromJsonString(String)

Creates a new instance of ProcessModuleInfo, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of ProcessModuleInfo into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()
Validate(IEventListener)

Validates that this object meets the validation criteria.

Applies to