ArmAppServiceModelFactory.ProcessInfoData Method
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.
Initializes a new instance of ProcessInfoData.
public static Azure.ResourceManager.AppService.ProcessInfoData ProcessInfoData (Azure.Core.ResourceIdentifier id = default, string name = default, Azure.Core.ResourceType resourceType = default, Azure.ResourceManager.Models.SystemData systemData = default, int? identifier = default, string deploymentName = default, string href = default, string minidump = default, bool? isProfileRunning = default, bool? isIisProfileRunning = default, double? iisProfileTimeoutInSeconds = default, string parent = default, System.Collections.Generic.IEnumerable<string> children = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.AppService.Models.WebAppProcessThreadProperties> processThreads = default, System.Collections.Generic.IEnumerable<string> openFileHandles = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.AppService.ProcessModuleInfoData> modules = default, string fileName = default, string commandLine = default, string userName = default, int? handleCount = default, int? moduleCount = default, int? threadCount = default, DateTimeOffset? startOn = default, string totalCpuTime = default, string userCpuTime = default, string privilegedCpuTime = default, long? workingSet = default, long? peakWorkingSet = default, long? privateMemory = default, long? virtualMemory = default, long? peakVirtualMemory = default, long? pagedSystemMemory = default, long? nonPagedSystemMemory = default, long? pagedMemory = default, long? peakPagedMemory = default, DateTimeOffset? timeStamp = default, System.Collections.Generic.IDictionary<string,string> environmentVariables = default, bool? isScmSite = default, bool? isWebjob = default, string description = default, string kind = default);
static member ProcessInfoData : Azure.Core.ResourceIdentifier * string * Azure.Core.ResourceType * Azure.ResourceManager.Models.SystemData * Nullable<int> * string * string * string * Nullable<bool> * Nullable<bool> * Nullable<double> * string * seq<string> * seq<Azure.ResourceManager.AppService.Models.WebAppProcessThreadProperties> * seq<string> * seq<Azure.ResourceManager.AppService.ProcessModuleInfoData> * string * string * string * Nullable<int> * Nullable<int> * Nullable<int> * Nullable<DateTimeOffset> * string * string * string * Nullable<int64> * Nullable<int64> * Nullable<int64> * Nullable<int64> * Nullable<int64> * Nullable<int64> * Nullable<int64> * Nullable<int64> * Nullable<int64> * Nullable<DateTimeOffset> * System.Collections.Generic.IDictionary<string, string> * Nullable<bool> * Nullable<bool> * string * string -> Azure.ResourceManager.AppService.ProcessInfoData
Public Shared Function ProcessInfoData (Optional id As ResourceIdentifier = Nothing, Optional name As String = Nothing, Optional resourceType As ResourceType = Nothing, Optional systemData As SystemData = Nothing, Optional identifier As Nullable(Of Integer) = Nothing, Optional deploymentName As String = Nothing, Optional href As String = Nothing, Optional minidump As String = Nothing, Optional isProfileRunning As Nullable(Of Boolean) = Nothing, Optional isIisProfileRunning As Nullable(Of Boolean) = Nothing, Optional iisProfileTimeoutInSeconds As Nullable(Of Double) = Nothing, Optional parent As String = Nothing, Optional children As IEnumerable(Of String) = Nothing, Optional processThreads As IEnumerable(Of WebAppProcessThreadProperties) = Nothing, Optional openFileHandles As IEnumerable(Of String) = Nothing, Optional modules As IEnumerable(Of ProcessModuleInfoData) = Nothing, Optional fileName As String = Nothing, Optional commandLine As String = Nothing, Optional userName As String = Nothing, Optional handleCount As Nullable(Of Integer) = Nothing, Optional moduleCount As Nullable(Of Integer) = Nothing, Optional threadCount As Nullable(Of Integer) = Nothing, Optional startOn As Nullable(Of DateTimeOffset) = Nothing, Optional totalCpuTime As String = Nothing, Optional userCpuTime As String = Nothing, Optional privilegedCpuTime As String = Nothing, Optional workingSet As Nullable(Of Long) = Nothing, Optional peakWorkingSet As Nullable(Of Long) = Nothing, Optional privateMemory As Nullable(Of Long) = Nothing, Optional virtualMemory As Nullable(Of Long) = Nothing, Optional peakVirtualMemory As Nullable(Of Long) = Nothing, Optional pagedSystemMemory As Nullable(Of Long) = Nothing, Optional nonPagedSystemMemory As Nullable(Of Long) = Nothing, Optional pagedMemory As Nullable(Of Long) = Nothing, Optional peakPagedMemory As Nullable(Of Long) = Nothing, Optional timeStamp As Nullable(Of DateTimeOffset) = Nothing, Optional environmentVariables As IDictionary(Of String, String) = Nothing, Optional isScmSite As Nullable(Of Boolean) = Nothing, Optional isWebjob As Nullable(Of Boolean) = Nothing, Optional description As String = Nothing, Optional kind As String = Nothing) As ProcessInfoData
Parameters
The id.
- name
- String
The name.
- resourceType
- ResourceType
The resourceType.
- systemData
- SystemData
The systemData.
- deploymentName
- String
Deployment name.
- href
- String
HRef URI.
- minidump
- String
Minidump URI.
- parent
- String
Parent process.
- children
- IEnumerable<String>
Child process list.
- processThreads
- IEnumerable<WebAppProcessThreadProperties>
Thread list.
- openFileHandles
- IEnumerable<String>
List of open files.
- modules
- IEnumerable<ProcessModuleInfoData>
List of modules.
- fileName
- String
File name of this process.
- commandLine
- String
Command line.
- userName
- String
User name.
- startOn
- Nullable<DateTimeOffset>
Start time.
- totalCpuTime
- String
Total CPU time.
- userCpuTime
- String
User CPU time.
- privilegedCpuTime
- String
Privileged CPU time.
- timeStamp
- Nullable<DateTimeOffset>
Time stamp.
- environmentVariables
- IDictionary<String,String>
List of environment variables.
- description
- String
Description of process.
- kind
- String
Kind of resource.
Returns
A new ProcessInfoData instance for mocking.
Applies to
Azure SDK for .NET