Skip to content

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.

EnvironmentIdRequired

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

Property environmentId: The id of the environment.


FeatureNameRequired

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

Property featureName: The name of the feature.

Valid values: app-agent-pilot metric-agent


FeatureVersionRequired

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

Property featureVersion: The version of the feature.


ConfigOptional

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

Property config: The metadata of the feature.