ProcessModuleInfoInner Constructors
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.
Overloads
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. |
ProcessModuleInfoInner()
Initializes a new instance of the ProcessModuleInfoInner class.
public ProcessModuleInfoInner ();
Public Sub New ()
Applies to
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.
public ProcessModuleInfoInner (string id = default, string name = default, string type = default, string kind = default, string baseAddress = default, string fileName = default, string href = default, string filePath = default, int? moduleMemorySize = default, string fileVersion = default, string fileDescription = default, string product = default, string productVersion = default, bool? isDebug = default, string language = default);
new Microsoft.Azure.Management.AppService.Fluent.Models.ProcessModuleInfoInner : string * string * string * string * string * string * string * string * Nullable<int> * string * string * string * string * Nullable<bool> * string -> Microsoft.Azure.Management.AppService.Fluent.Models.ProcessModuleInfoInner
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional kind As String = Nothing, Optional baseAddress As String = Nothing, Optional fileName As String = Nothing, Optional href As String = Nothing, Optional filePath As String = Nothing, Optional moduleMemorySize As Nullable(Of Integer) = Nothing, Optional fileVersion As String = Nothing, Optional fileDescription As String = Nothing, Optional product As String = Nothing, Optional productVersion As String = Nothing, Optional isDebug As Nullable(Of Boolean) = Nothing, Optional language As String = Nothing)
Parameters
- id
- String
- name
- String
- type
- String
- kind
- String
Kind of resource.
- baseAddress
- String
Base address. Used as module identifier in ARM resource URI.
- fileName
- String
File name.
- href
- String
HRef URI.
- filePath
- String
File path.
- fileVersion
- String
File version.
- fileDescription
- String
File description.
- product
- String
Product name.
- productVersion
- String
Product version.
- language
- String
Module language (locale).
Applies to
Azure SDK for .NET