Skip to content

ApplyConfigToMachineGroupProps

Properties for defining a ApplyConfigToMachineGroup.

See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-sls-applyconfigtomachinegroup

Initializer

using AlibabaCloud.SDK.ROS.CDK.Sls;
new ApplyConfigToMachineGroupProps {
    object ConfigName = null,
    object GroupName = null,
    object ProjectName = null
};

Properties

Name Type Description
ConfigName object Property configName: Apply config to the config name.
GroupName object Property groupName: Apply config to the group name.
ProjectName object Property projectName: Apply config to the project name.

ConfigNameOptional

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

Property configName: Apply config to the config name.


GroupNameOptional

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

Property groupName: Apply config to the group name.


ProjectNameOptional

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

Property projectName: Apply config to the project name.