RosEnvironmentFeatureProps
Properties for defining a RosEnvironmentFeature.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-arms-environmentfeature
Initializer
using AlibabaCloud.SDK.ROS.CDK.Arms;
new RosEnvironmentFeatureProps {
object EnvironmentId,
object FeatureName,
object FeatureVersion,
object Config = null
};
Properties
| Name | Type | Description |
|---|---|---|
EnvironmentId |
object |
No description. |
FeatureName |
object |
No description. |
FeatureVersion |
object |
No description. |
Config |
object |
No description. |
EnvironmentIdRequired
public object EnvironmentId { get; set; }
- Type: object
FeatureNameRequired
public object FeatureName { get; set; }
- Type: object
FeatureVersionRequired
public object FeatureVersion { get; set; }
- Type: object
ConfigOptional
public object Config { get; set; }
- Type: object