Skip to content

RosMonitorGroupProps

Properties for defining a RosMonitorGroup.

See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-cms-monitorgroup

Initializer

using AlibabaCloud.SDK.ROS.CDK.Cms;
new RosMonitorGroupProps {
    object GroupName,
    object ContactGroups = null
};

Properties

Name Type Description
GroupName object No description.
ContactGroups object No description.

GroupNameRequired

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

ContactGroupsOptional

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