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. |
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.
publishedDate?: string
Property Value
string
version
The version of the image.
version?: string
Property Value
string