RosImageProps
Properties for defining a RosImage.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-ens-image
Initializer
using AlibabaCloud.SDK.ROS.CDK.Ens;
new RosImageProps {
object ImageName,
object DeleteAfterImageUpload = null,
object InstanceId = null
};
Properties
| Name | Type | Description |
|---|---|---|
ImageName |
object |
No description. |
DeleteAfterImageUpload |
object |
No description. |
InstanceId |
object |
No description. |
ImageNameRequired
public object ImageName { get; set; }
- Type: object
DeleteAfterImageUploadOptional
public object DeleteAfterImageUpload { get; set; }
- Type: object
InstanceIdOptional
public object InstanceId { get; set; }
- Type: object