Skip to content

DeployGroupProps

Properties for defining a DeployGroup.

See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-edas-deploygroup

Initializer

using AlibabaCloud.SDK.ROS.CDK.Edas;
new DeployGroupProps {
    object AppId,
    object GroupName
};

Properties

Name Type Description
AppId object Property appId: Application ID.
GroupName object Property groupName: Group name, maximum length of 64.

AppIdRequired

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

Property appId: Application ID.


GroupNameRequired

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

Property groupName: Group name, maximum length of 64.