Skip to content

ImageProps

Properties for defining a Image.

See https://www.alibabacloud.com/help/ros/developer-reference/datasource-ens-image

Initializer

using AlibabaCloud.SDK.ROS.CDK.Ens;
new ImageProps {
    object ImageId,
    object RefreshOptions = null
};

Properties

Name Type Description
ImageId object Property imageId: The ID of the image.
RefreshOptions object Property refreshOptions: The refresh strategy for the datasource resource when the stack is updated.

ImageIdRequired

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

Property imageId: The ID of the image.

Fuzzy search is supported.


RefreshOptionsOptional

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

Property refreshOptions: The refresh strategy for the datasource resource when the stack is updated.

Valid values:

  • Never: Never refresh the datasource resource when the stack is updated.
  • Always: Always refresh the datasource resource when the stack is updated. Default is Never.