ProcessModuleInfoInner Konstruktory
Definice
Důležité
Některé informace platí pro předběžně vydaný produkt, který se může zásadně změnit, než ho výrobce nebo autor vydá. Microsoft neposkytuje žádné záruky, výslovné ani předpokládané, týkající se zde uváděných informací.
Přetížení
ProcessModuleInfoInner() |
Inicializuje novou instanci ProcessModuleInfoInner třídy. |
ProcessModuleInfoInner(String, String, String, String, String, String, String, String, Nullable<Int32>, String, String, String, String, Nullable<Boolean>, String) |
Inicializuje novou instanci ProcessModuleInfoInner třídy. |
ProcessModuleInfoInner()
Inicializuje novou instanci ProcessModuleInfoInner třídy.
public ProcessModuleInfoInner ();
Public Sub New ()
Platí pro
ProcessModuleInfoInner(String, String, String, String, String, String, String, String, Nullable<Int32>, String, String, String, String, Nullable<Boolean>, String)
Inicializuje novou instanci ProcessModuleInfoInner třídy.
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)
Parametry
- id
- String
- name
- String
- type
- String
- kind
- String
Druh prostředku.
- baseAddress
- String
Základní adresa. Používá se jako identifikátor modulu v identifikátoru URI prostředku ARM.
- fileName
- String
Název souboru.
- href
- String
Identifikátor URI HRef.
- filePath
- String
Cesta k souboru.
- fileVersion
- String
Verze souboru.
- fileDescription
- String
Popis souboru.
- product
- String
Název produktu.
- productVersion
- String
Verze produktu.
- language
- String
Jazyk modulů (národní prostředí).
Platí pro
Azure SDK for .NET