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. |
ImageName
Required
public object ImageName { get; set; }
- Type: object
DeleteAfterImageUpload
Optional
public object DeleteAfterImageUpload { get; set; }
- Type: object
InstanceId
Optional
public object InstanceId { get; set; }
- Type: object