ImageReferenceOutput interface
Specifies information about the image used.
Properties
| name | The name of the image used. |
| operating |
The operating system of the image. |
| os |
The operating system build number of the image. |
| published |
The datetime that the backing image version was published, in RFC3339 format. |
| version | The version of the image. |
Property Details
name
The name of the image used.
name?: string
Property Value
string
operatingSystem
The operating system of the image.
operatingSystem?: string
Property Value
string
osBuildNumber
The operating system build number of the image.
osBuildNumber?: string
Property Value
string
publishedDate
The datetime that the backing image version was published, in RFC3339 format.
publishedDate?: string
Property Value
string
version
The version of the image.
version?: string
Property Value
string