LabVirtualMachineImageReference

data class LabVirtualMachineImageReference(val id: String? = null, val offer: String? = null, val publisher: String? = null, val sku: String? = null, val version: String? = null)

Constructors

Link copied to clipboard
constructor(id: String? = null, offer: String? = null, publisher: String? = null, sku: String? = null, version: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val id: String? = null

The resource ID of the image. Changing this forces a new resource to be created.

Link copied to clipboard
val offer: String? = null

The image offer if applicable. Changing this forces a new resource to be created.

Link copied to clipboard
val publisher: String? = null

The image publisher. Changing this forces a new resource to be created.

Link copied to clipboard
val sku: String? = null

The image SKU. Changing this forces a new resource to be created.

Link copied to clipboard
val version: String? = null

The image version specified on creation. Changing this forces a new resource to be created.