Share via


ImageDownloadResult interface

The image download properties

Properties

compatibleVersions

The versions that are compatible for this update package.

downloadLink

The download URI

linkExpiry

The download link expiry time

provisioningState

The resource provisioning state

releaseDate

The release date

releaseDisplayName

The release name

releaseNotes

The release notes

releaseType

The release type

releaseVersion

The version of the package in the format 1.1.1

transactionId

The unique identifier of the download

updateProperties

Image update properties for update release type image.

Property Details

compatibleVersions

The versions that are compatible for this update package.

compatibleVersions?: string[]

Property Value

string[]

The download URI

downloadLink: string

Property Value

string

linkExpiry

The download link expiry time

linkExpiry: Date

Property Value

Date

provisioningState

The resource provisioning state

provisioningState?: string

Property Value

string

releaseDate

The release date

releaseDate: Date

Property Value

Date

releaseDisplayName

The release name

releaseDisplayName: string

Property Value

string

releaseNotes

The release notes

releaseNotes: string

Property Value

string

releaseType

The release type

releaseType: string

Property Value

string

releaseVersion

The version of the package in the format 1.1.1

releaseVersion: string

Property Value

string

transactionId

The unique identifier of the download

transactionId: string

Property Value

string

updateProperties

Image update properties for update release type image.

updateProperties?: ImageUpdateProperties

Property Value