ProcessModuleInfo Class

Definition

Process Module Information.

[Microsoft.Rest.Serialization.JsonTransformation]
public class ProcessModuleInfo : Microsoft.Azure.Management.WebSites.Models.ProxyOnlyResource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type ProcessModuleInfo = class
    inherit ProxyOnlyResource
Public Class ProcessModuleInfo
Inherits ProxyOnlyResource
Inheritance
ProcessModuleInfo
Attributes

Constructors

ProcessModuleInfo()

Initializes a new instance of the ProcessModuleInfo class.

ProcessModuleInfo(String, String, String, String, String, String, String, String, Nullable<Int32>, String, String, String, String, Nullable<Boolean>, String)

Initializes a new instance of the ProcessModuleInfo class.

Properties

BaseAddress

Gets or sets base address. Used as module identifier in ARM resource URI.

FileDescription

Gets or sets file description.

FileName

Gets or sets file name.

FilePath

Gets or sets file path.

FileVersion

Gets or sets file version.

Href

Gets or sets hRef URI.

Id

Gets resource Id.

(Inherited from ProxyOnlyResource)
IsDebug

Gets or sets is debug?

Kind

Gets or sets kind of resource.

(Inherited from ProxyOnlyResource)
Language

Gets or sets module language (locale).

ModuleMemorySize

Gets or sets module memory size.

Name

Gets resource Name.

(Inherited from ProxyOnlyResource)
Product

Gets or sets product name.

ProductVersion

Gets or sets product version.

Type

Gets resource type.

(Inherited from ProxyOnlyResource)

Applies to