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. |
AppId
Required
public object AppId { get; set; }
- Type: object
Property appId: Application ID.
GroupName
Required
public object GroupName { get; set; }
- Type: object
Property groupName: Group name, maximum length of 64.