RosMonitorGroupProps
Properties for defining a RosMonitorGroup.
See https://www.alibabacloud.com/help/ros/developer-reference/datasource-cms-monitorgroup
Initializer
using AlibabaCloud.SDK.ROS.CDK.Cms;
new RosMonitorGroupProps {
object GroupId,
object RefreshOptions = null
};
Properties
| Name | Type | Description |
|---|---|---|
GroupId |
object |
No description. |
RefreshOptions |
object |
No description. |
GroupIdRequired
public object GroupId { get; set; }
- Type: object
RefreshOptionsOptional
public object RefreshOptions { get; set; }
- Type: object