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.
Overloads
ProcessInfoData(ResourceIdentifier, String, ResourceType, SystemData, Nullable<Int32>, String, String, String, Nullable<Boolean>, Nullable<Boolean>, Nullable<Double>, String, IEnumerable<String>, IEnumerable<WebAppProcessThreadProperties>, IEnumerable<String>, IEnumerable<ProcessModuleInfoData>, String, String, String, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, 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>, IDictionary<String,String>, Nullable<Boolean>, Nullable<Boolean>, String, String)
- Source:
- ArmAppServiceModelFactory.cs
- Source:
- ArmAppServiceModelFactory.cs
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
ProcessInfoData(ResourceIdentifier, String, ResourceType, SystemData, String, Nullable<Int32>, String, String, String, Nullable<Boolean>, Nullable<Boolean>, Nullable<Double>, String, IEnumerable<String>, IEnumerable<WebAppProcessThreadProperties>, IEnumerable<String>, IEnumerable<ProcessModuleInfoData>, String, String, String, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, 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>, IDictionary<String, String>, Nullable<Boolean>, Nullable<Boolean>, String)
- Source:
- ArmAppServiceModelFactory.cs
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, string kind = 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);
static member ProcessInfoData : Azure.Core.ResourceIdentifier * string * Azure.Core.ResourceType * Azure.ResourceManager.Models.SystemData * string * 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 -> 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 kind As String = 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) As ProcessInfoData
Parameters
The id.
- name
- String
The name.
- resourceType
- ResourceType
The resourceType.
- systemData
- SystemData
The systemData.
- kind
- String
Kind of resource. Serialized Name: ProcessInfo.kind
ARM Identifier for deployment. Serialized Name: ProcessInfo.properties.identifier
- deploymentName
- String
Deployment name. Serialized Name: ProcessInfo.properties.deployment_name
- href
- String
HRef URI. Serialized Name: ProcessInfo.properties.href
- minidump
- String
Minidump URI. Serialized Name: ProcessInfo.properties.minidump
Is profile running? Serialized Name: ProcessInfo.properties.is_profile_running
Is the IIS Profile running? Serialized Name: ProcessInfo.properties.is_iis_profile_running
IIS Profile timeout (seconds). Serialized Name: ProcessInfo.properties.iis_profile_timeout_in_seconds
- parent
- String
Parent process. Serialized Name: ProcessInfo.properties.parent
- children
- IEnumerable<String>
Child process list. Serialized Name: ProcessInfo.properties.children
- processThreads
- IEnumerable<WebAppProcessThreadProperties>
Thread list. Serialized Name: ProcessInfo.properties.threads
- openFileHandles
- IEnumerable<String>
List of open files. Serialized Name: ProcessInfo.properties.open_file_handles
- modules
- IEnumerable<ProcessModuleInfoData>
List of modules. Serialized Name: ProcessInfo.properties.modules
- fileName
- String
File name of this process. Serialized Name: ProcessInfo.properties.file_name
- commandLine
- String
Command line. Serialized Name: ProcessInfo.properties.command_line
- userName
- String
User name. Serialized Name: ProcessInfo.properties.user_name
- startOn
- Nullable<DateTimeOffset>
Start time. Serialized Name: ProcessInfo.properties.start_time
- totalCpuTime
- String
Total CPU time. Serialized Name: ProcessInfo.properties.total_cpu_time
- userCpuTime
- String
User CPU time. Serialized Name: ProcessInfo.properties.user_cpu_time
- privilegedCpuTime
- String
Privileged CPU time. Serialized Name: ProcessInfo.properties.privileged_cpu_time
Peak working set. Serialized Name: ProcessInfo.properties.peak_working_set
Private memory size. Serialized Name: ProcessInfo.properties.private_memory
Virtual memory size. Serialized Name: ProcessInfo.properties.virtual_memory
Peak virtual memory usage. Serialized Name: ProcessInfo.properties.peak_virtual_memory
Paged system memory. Serialized Name: ProcessInfo.properties.paged_system_memory
Non-paged system memory. Serialized Name: ProcessInfo.properties.non_paged_system_memory
Peak paged memory. Serialized Name: ProcessInfo.properties.peak_paged_memory
- timeStamp
- Nullable<DateTimeOffset>
Time stamp. Serialized Name: ProcessInfo.properties.time_stamp
- environmentVariables
- IDictionary<String,String>
List of environment variables. Serialized Name: ProcessInfo.properties.environment_variables
Is this the SCM site? Serialized Name: ProcessInfo.properties.is_scm_site
- description
- String
Description of process. Serialized Name: ProcessInfo.properties.description
Returns
A new ProcessInfoData instance for mocking.