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