Skip to content

SyntheticTaskProps

Properties for defining a SyntheticTask.

See https://www.alibabacloud.com/help/ros/developer-reference/datasource-arms-synthetictask

Initializer

using AlibabaCloud.SDK.ROS.CDK.Arms;
new SyntheticTaskProps {
    object TaskId,
    object RefreshOptions = null
};

Properties

Name Type Description
TaskId object Property taskId: The ID of the synthetic monitoring task.
RefreshOptions object Property refreshOptions: The refresh strategy for the datasource resource when the stack is updated.

TaskIdRequired

public object TaskId { get; set; }
  • Type: object

Property taskId: The ID of the synthetic monitoring task.


RefreshOptionsOptional

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.