EnvironmentFeatureProps
Properties for defining a EnvironmentFeature
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-arms-environmentfeature
Initializer
using AlibabaCloud.SDK.ROS.CDK.Arms;
new EnvironmentFeatureProps {
object EnvironmentId,
object FeatureName,
object FeatureVersion,
object Config = null
};
Properties
Name | Type | Description |
---|---|---|
EnvironmentId |
object |
Property environmentId: The id of the environment. |
FeatureName |
object |
Property featureName: The name of the feature. |
FeatureVersion |
object |
Property featureVersion: The version of the feature. |
Config |
object |
Property config: The metadata of the feature. |
EnvironmentId
Required
public object EnvironmentId { get; set; }
- Type: object
Property environmentId: The id of the environment.
FeatureName
Required
public object FeatureName { get; set; }
- Type: object
Property featureName: The name of the feature.
Valid values: app-agent-pilot metric-agent
FeatureVersion
Required
public object FeatureVersion { get; set; }
- Type: object
Property featureVersion: The version of the feature.
Config
Optional
public object Config { get; set; }
- Type: object
Property config: The metadata of the feature.