ImageProps
Properties for defining a Image
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-cloudphone-image
Initializer
using AlibabaCloud.SDK.ROS.CDK.Cloudphone;
new ImageProps {
object InstanceId,
object Description = null,
object ImageName = null
};
Properties
Name | Type | Description |
---|---|---|
InstanceId |
object |
Property instanceId: The ID of the mobile phone instance. |
Description |
object |
Property description: The image description. |
ImageName |
object |
Property imageName: The image name. |
InstanceId
Required
public object InstanceId { get; set; }
- Type: object
Property instanceId: The ID of the mobile phone instance.
Description
Optional
public object Description { get; set; }
- Type: object
Property description: The image description.
The description must be 2 to 256 characters in length. It cannot start with http:// or https://.
ImageName
Optional
public object ImageName { get; set; }
- Type: object
Property imageName: The image name.
The name must be 2 to 128 characters in length. It can contain letters, digits, colons (:), underscores (_), and hyphens (-). The name must start with a letter but cannot start with http:// or https://.