RosJobMonitorRuleProps
Properties for defining a RosJobMonitorRule
.
See https://www.alibabacloud.com/help/ros/developer-reference/datasource-dts-jobmonitorrule
Initializer
using AlibabaCloud.SDK.ROS.CDK.Dts;
new RosJobMonitorRuleProps {
object DtsJobId,
object RefreshOptions = null
};
Properties
Name | Type | Description |
---|---|---|
DtsJobId |
object |
No description. |
RefreshOptions |
object |
No description. |
DtsJobId
Required
public object DtsJobId { get; set; }
- Type: object
RefreshOptions
Optional
public object RefreshOptions { get; set; }
- Type: object