ImagesProps
Properties for defining a Images.
See https://www.alibabacloud.com/help/ros/developer-reference/datasource-cloudphone-images
Initializer
using AlibabaCloud.SDK.ROS.CDK.Cloudphone;
new ImagesProps {
object ImageCategory = null,
object ImageId = null,
object ImageName = null,
object RefreshOptions = null
};
Properties
| Name | Type | Description |
|---|---|---|
ImageCategory |
object |
Property imageCategory: Mirror type. |
ImageId |
object |
Property imageId: Image ID. |
ImageName |
object |
Property imageName: The name of the mirror image. |
RefreshOptions |
object |
Property refreshOptions: The refresh strategy for the datasource resource when the stack is updated. |
ImageCategoryOptional
public object ImageCategory { get; set; }
- Type: object
Property imageCategory: Mirror type.
ImageIdOptional
public object ImageId { get; set; }
- Type: object
Property imageId: Image ID.
ImageNameOptional
public object ImageName { get; set; }
- Type: object
Property imageName: The name of the mirror image.
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.