XTraceAppProps
Properties for defining a XTraceApp
.
See https://www.alibabacloud.com/help/ros/developer-reference/datasource-arms-xtraceapp
Initializer
using AlibabaCloud.SDK.ROS.CDK.Arms;
new XTraceAppProps {
object Pid,
object RefreshOptions = null
};
Properties
Name | Type | Description |
---|---|---|
Pid |
object |
Property pid: The process identifier (PID) of the application. |
RefreshOptions |
object |
Property refreshOptions: The refresh strategy for the datasource resource when the stack is updated. |
Pid
Required
public object Pid { get; set; }
- Type: object
Property pid: The process identifier (PID) of the application.
RefreshOptions
Optional
public object RefreshOptions { get; set; }
- Type: object
Property refreshOptions: The refresh strategy for the datasource resource when the stack is updated.
Valid values:
- Never: Never refresh the datasource resource when the stack is updated.
- Always: Always refresh the datasource resource when the stack is updated. Default is Never.