GalleryDiskImageSourceResponse

data class GalleryDiskImageSourceResponse(val id: String? = null, val storageAccountId: String? = null, val uri: String? = null)

The source for the disk image.

Constructors

Link copied to clipboard
constructor(id: String? = null, storageAccountId: String? = null, uri: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val id: String? = null

The id of the gallery artifact version source.

Link copied to clipboard

The Storage Account Id that contains the vhd blob being used as a source for this artifact version.

Link copied to clipboard
val uri: String? = null

The uri of the gallery artifact version source. Currently used to specify vhd/blob source.