RosMonitoringAgentProcessProps
Properties for defining a RosMonitoringAgentProcess.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-cms-monitoringagentprocess
Initializer
using AlibabaCloud.SDK.ROS.CDK.Cms;
new RosMonitoringAgentProcessProps {
object InstanceId,
object ProcessName = null,
object ProcessUser = null
};
Properties
| Name | Type | Description |
|---|---|---|
InstanceId |
object |
No description. |
ProcessName |
object |
No description. |
ProcessUser |
object |
No description. |
InstanceIdRequired
public object InstanceId { get; set; }
- Type: object
ProcessNameOptional
public object ProcessName { get; set; }
- Type: object
ProcessUserOptional
public object ProcessUser { get; set; }
- Type: object