ImageProperties interface
The properties of image
Properties
component |
The image component id. NOTE: This property will not be serialized. It can only be populated by the server. |
description | The image description. NOTE: This property will not be serialized. It can only be populated by the server. |
image | Image as a UTF-8 encoded base 64 string on image create. This field contains the image URI on image reads. |
image |
Image ID |
image |
Image name NOTE: This property will not be serialized. It can only be populated by the server. |
image |
The image type. NOTE: This property will not be serialized. It can only be populated by the server. |
provisioning |
The status of the last operation. NOTE: This property will not be serialized. It can only be populated by the server. |
regional |
Regional data boundary for an image |
uri | Location the image NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
componentId
The image component id. NOTE: This property will not be serialized. It can only be populated by the server.
componentId?: string
Property Value
string
description
The image description. NOTE: This property will not be serialized. It can only be populated by the server.
description?: string
Property Value
string
image
Image as a UTF-8 encoded base 64 string on image create. This field contains the image URI on image reads.
image?: string
Property Value
string
imageId
Image ID
imageId?: string
Property Value
string
imageName
Image name NOTE: This property will not be serialized. It can only be populated by the server.
imageName?: string
Property Value
string
imageType
The image type. NOTE: This property will not be serialized. It can only be populated by the server.
imageType?: string
Property Value
string
provisioningState
The status of the last operation. NOTE: This property will not be serialized. It can only be populated by the server.
provisioningState?: string
Property Value
string
regionalDataBoundary
Regional data boundary for an image
regionalDataBoundary?: string
Property Value
string
uri
Location the image NOTE: This property will not be serialized. It can only be populated by the server.
uri?: string
Property Value
string