GalleryImageVersionResponse

data class GalleryImageVersionResponse(val name: String? = null, val storageProfile: GalleryImageVersionStorageProfileResponse)

Specifies information about the gallery image version that you want to create or update.

Constructors

Link copied to clipboard
constructor(name: String? = null, storageProfile: GalleryImageVersionStorageProfileResponse)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val name: String? = null

This is the version of the gallery image.

Link copied to clipboard

This is the storage profile of a Gallery Image Version.