ProcessModuleInfoData Class

Definition

A class representing the ProcessModuleInfo data model. Process Module Information. Serialized Name: ProcessModuleInfo

public class ProcessModuleInfoData : Azure.ResourceManager.Models.ResourceData, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.AppService.ProcessModuleInfoData>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.AppService.ProcessModuleInfoData>
type ProcessModuleInfoData = class
    inherit ResourceData
    interface IJsonModel<ProcessModuleInfoData>
    interface IPersistableModel<ProcessModuleInfoData>
Public Class ProcessModuleInfoData
Inherits ResourceData
Implements IJsonModel(Of ProcessModuleInfoData), IPersistableModel(Of ProcessModuleInfoData)
Inheritance
ProcessModuleInfoData
Implements

Constructors

Name Description
ProcessModuleInfoData()

Initializes a new instance of ProcessModuleInfoData.

Properties

Name Description
BaseAddress

Base address. Used as module identifier in ARM resource URI. Serialized Name: ProcessModuleInfo.properties.base_address

FileDescription

File description. Serialized Name: ProcessModuleInfo.properties.file_description

FileName

File name. Serialized Name: ProcessModuleInfo.properties.file_name

FilePath

File path. Serialized Name: ProcessModuleInfo.properties.file_path

FileVersion

File version. Serialized Name: ProcessModuleInfo.properties.file_version

Href

HRef URI. Serialized Name: ProcessModuleInfo.properties.href

Id

Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}.

(Inherited from ResourceData)
IsDebug

Is debug? Serialized Name: ProcessModuleInfo.properties.is_debug

Kind

Kind of resource. Serialized Name: ProcessModuleInfo.kind

Language

Module language (locale). Serialized Name: ProcessModuleInfo.properties.language

ModuleMemorySize

Module memory size. Serialized Name: ProcessModuleInfo.properties.module_memory_size

Name

The name of the resource.

(Inherited from ResourceData)
Product

Product name. Serialized Name: ProcessModuleInfo.properties.product

ProductVersion

Product version. Serialized Name: ProcessModuleInfo.properties.product_version

ResourceType

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts".

(Inherited from ResourceData)
SystemData

Azure Resource Manager metadata containing createdBy and modifiedBy information.

(Inherited from ResourceData)

Methods

Name Description
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

Name Description
IJsonModel<ProcessModuleInfoData>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<ProcessModuleInfoData>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ProcessModuleInfoData>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ProcessModuleInfoData>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<ProcessModuleInfoData>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to