MonitorGroupInstancesProps
Properties for defining a MonitorGroupInstances.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-cms-monitorgroupinstances
Initializer
using AlibabaCloud.SDK.ROS.CDK.Cms;
new MonitorGroupInstancesProps {
object GroupId,
object Instances
};
Properties
| Name | Type | Description |
|---|---|---|
GroupId | object | Property groupId: The ID of the application group. |
Instances | object | Property instances: The instances that you want to add to the application group. |
GroupIdRequired
public object GroupId { get; set; }
- Type: object
Property groupId: The ID of the application group.
InstancesRequired
public object Instances { get; set; }
- Type: object
Property instances: The instances that you want to add to the application group.