你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ProcessModuleInfo 类

定义

处理模块信息。

[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
继承
ProcessModuleInfo
属性

构造函数

ProcessModuleInfo()

初始化 ProcessModuleInfo 类的新实例。

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

初始化 ProcessModuleInfo 类的新实例。

属性

BaseAddress

获取或设置基址。 用作 ARM 资源 URI 中的模块标识符。

FileDescription

获取或设置文件说明。

FileName

获取或设置文件名。

FilePath

获取或设置文件路径。

FileVersion

获取或设置文件版本。

Href

获取或设置 hRef URI。

Id

获取资源 ID。

(继承自 ProxyOnlyResource)
IsDebug

获取或设置是否调试?

Kind

获取或设置资源的种类。

(继承自 ProxyOnlyResource)
Language

获取或设置模块语言 (区域设置) 。

ModuleMemorySize

获取或设置模块内存大小。

Name

获取资源名称。

(继承自 ProxyOnlyResource)
Product

获取或设置产品名称。

ProductVersion

获取或设置产品版本。

Type

获取资源类型。

(继承自 ProxyOnlyResource)

适用于