RosDeliverTaskProps
Properties for defining a RosDeliverTask.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-arms-delivertask
Initializer
using AlibabaCloud.SDK.ROS.CDK.Arms;
new RosDeliverTaskProps {
object TargetList,
object TaskName,
object DataSourceId = null,
object DataSourceName = null,
object ExternalLabel = null,
object FilterList = null,
object FilterType = null,
object TaskDescription = null
};
Properties
| Name | Type | Description |
|---|---|---|
TargetList |
object |
No description. |
TaskName |
object |
No description. |
DataSourceId |
object |
No description. |
DataSourceName |
object |
No description. |
ExternalLabel |
object |
No description. |
FilterList |
object |
No description. |
FilterType |
object |
No description. |
TaskDescription |
object |
No description. |
TargetListRequired
public object TargetList { get; set; }
- Type: object
TaskNameRequired
public object TaskName { get; set; }
- Type: object
DataSourceIdOptional
public object DataSourceId { get; set; }
- Type: object
DataSourceNameOptional
public object DataSourceName { get; set; }
- Type: object
ExternalLabelOptional
public object ExternalLabel { get; set; }
- Type: object
FilterListOptional
public object FilterList { get; set; }
- Type: object
FilterTypeOptional
public object FilterType { get; set; }
- Type: object
TaskDescriptionOptional
public object TaskDescription { get; set; }
- Type: object