LinuxVirtualMachineGalleryImageReference

data class LinuxVirtualMachineGalleryImageReference(val offer: String, val publisher: String, val sku: String, val version: String)

Constructors

Link copied to clipboard
constructor(offer: String, publisher: String, sku: String, version: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The Offer of the Gallery Image. Changing this forces a new resource to be created.

Link copied to clipboard

The Publisher of the Gallery Image. Changing this forces a new resource to be created.

Link copied to clipboard
val sku: String

The SKU of the Gallery Image. Changing this forces a new resource to be created.

Link copied to clipboard

The Version of the Gallery Image. Changing this forces a new resource to be created.