Skip to content

MonitoringAgentProcessProps

Properties for defining a MonitoringAgentProcess.

See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-cms-monitoringagentprocess

Initializer

using AlibabaCloud.SDK.ROS.CDK.Cms;
new MonitoringAgentProcessProps {
    object InstanceId,
    object ProcessName = null,
    object ProcessUser = null
};

Properties

Name Type Description
InstanceId object Property instanceId: The ID of the instance.
ProcessName object Property processName: The name of the process.
ProcessUser object Property processUser: The user who launched the process.

InstanceIdRequired

public object InstanceId { get; set; }
  • Type: object

Property instanceId: The ID of the instance.


ProcessNameOptional

public object ProcessName { get; set; }
  • Type: object

Property processName: The name of the process.


ProcessUserOptional

public object ProcessUser { get; set; }
  • Type: object

Property processUser: The user who launched the process.