DeliverTaskProps
Properties for defining a DeliverTask
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-arms-delivertask
Initializer
using AlibabaCloud.SDK.ROS.CDK.Arms;
new DeliverTaskProps {
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 |
Property targetList: The list of the target. |
TaskName |
object |
Property taskName: The name of the task. |
DataSourceId |
object |
Property dataSourceId: The ID of the data source. |
DataSourceName |
object |
Property dataSourceName: The name of the data source. |
ExternalLabel |
object |
Property externalLabel: The external label of the task. |
FilterList |
object |
Property filterList: Set metrics to filter, support for regular expressions, multiple line breaks, and multiple conditions to deliver. |
FilterType |
object |
Property filterType: Whether the data filtering adopts the whitelist mechanism. |
TaskDescription |
object |
Property taskDescription: The description of the task. |
TargetList
Required
public object TargetList { get; set; }
- Type: object
Property targetList: The list of the target.
TaskName
Required
public object TaskName { get; set; }
- Type: object
Property taskName: The name of the task.
DataSourceId
Optional
public object DataSourceId { get; set; }
- Type: object
Property dataSourceId: The ID of the data source.
DataSourceName
Optional
public object DataSourceName { get; set; }
- Type: object
Property dataSourceName: The name of the data source.
ExternalLabel
Optional
public object ExternalLabel { get; set; }
- Type: object
Property externalLabel: The external label of the task.
FilterList
Optional
public object FilterList { get; set; }
- Type: object
Property filterList: Set metrics to filter, support for regular expressions, multiple line breaks, and multiple conditions to deliver.
FilterType
Optional
public object FilterType { get; set; }
- Type: object
Property filterType: Whether the data filtering adopts the whitelist mechanism.
Default value: true.
TaskDescription
Optional
public object TaskDescription { get; set; }
- Type: object
Property taskDescription: The description of the task.