RosSiteMonitorProps
Properties for defining a RosSiteMonitor
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-cms-sitemonitor
Initializer
using AlibabaCloud.SDK.ROS.CDK.Cms;
new RosSiteMonitorProps {
object Address,
object TaskName,
object TaskType,
object AlertIds = null,
object Interval = null,
object IspCities = null,
object OptionsJson = null
};
Properties
Name | Type | Description |
---|---|---|
Address |
object |
No description. |
TaskName |
object |
No description. |
TaskType |
object |
No description. |
AlertIds |
object |
No description. |
Interval |
object |
No description. |
IspCities |
object |
No description. |
OptionsJson |
object |
No description. |
Address
Required
public object Address { get; set; }
- Type: object
TaskName
Required
public object TaskName { get; set; }
- Type: object
TaskType
Required
public object TaskType { get; set; }
- Type: object
AlertIds
Optional
public object AlertIds { get; set; }
- Type: object
Interval
Optional
public object Interval { get; set; }
- Type: object
IspCities
Optional
public object IspCities { get; set; }
- Type: object
OptionsJson
Optional
public object OptionsJson { get; set; }
- Type: object