ProcessModuleInfoInner Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Process Module Information.
[Microsoft.Rest.Serialization.JsonTransformation]
public class ProcessModuleInfoInner : Microsoft.Azure.Management.AppService.Fluent.Models.ProxyOnlyResourceInner
[<Microsoft.Rest.Serialization.JsonTransformation>]
type ProcessModuleInfoInner = class
inherit ProxyOnlyResourceInner
Public Class ProcessModuleInfoInner
Inherits ProxyOnlyResourceInner
- Inheritance
- Attributes
Constructors
ProcessModuleInfoInner() |
Initializes a new instance of the ProcessModuleInfoInner class. |
ProcessModuleInfoInner(String, String, String, String, String, String, String, String, Nullable<Int32>, String, String, String, String, Nullable<Boolean>, String) |
Initializes a new instance of the ProcessModuleInfoInner 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 |
Resource Id. Setter is protected because Id needs to be set in Network resources. (Inherited from ProxyResource) |
IsDebug |
Gets or sets is debug? |
Kind |
Gets or sets kind of resource. (Inherited from ProxyOnlyResourceInner) |
Language |
Gets or sets module language (locale). |
Location |
Resource location (Inherited from Resource) |
ModuleMemorySize |
Gets or sets module memory size. |
Name |
Resource name (Inherited from ProxyResource) |
Product |
Gets or sets product name. |
ProductVersion |
Gets or sets product version. |
Tags |
Resource tags (Inherited from Resource) |
Type |
Resource type (Inherited from ProxyResource) |
Methods
Validate() |
Validate the object. Throws ValidationException if validation fails. (Inherited from Resource) |
Applies to
Azure SDK for .NET