ProcessModuleInfoData Class

Definition

A class representing the ProcessModuleInfo data model. Process Module Information.

public class ProcessModuleInfoData : Azure.ResourceManager.Models.ResourceData
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
type ProcessModuleInfoData = class
    inherit ResourceData
    interface IJsonModel<ProcessModuleInfoData>
    interface IPersistableModel<ProcessModuleInfoData>
Public Class ProcessModuleInfoData
Inherits ResourceData
Public Class ProcessModuleInfoData
Inherits ResourceData
Implements IJsonModel(Of ProcessModuleInfoData), IPersistableModel(Of ProcessModuleInfoData)
Inheritance
ProcessModuleInfoData
Implements

Constructors

ProcessModuleInfoData()

Initializes a new instance of ProcessModuleInfoData.

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

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

(Inherited from ResourceData)
IsDebug

Is debug?.

Kind

Kind of resource.

Language

Module language (locale).

ModuleMemorySize

Module memory size.

Name

The name of the resource.

(Inherited from ResourceData)
Product

Product name.

ProductVersion

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)

Explicit Interface Implementations

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