LinuxVirtualMachineSourceImageReference

data class LinuxVirtualMachineSourceImageReference(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

Specifies the offer of the image used to create the virtual machines. Changing this forces a new resource to be created.

Link copied to clipboard

Specifies the publisher of the image used to create the virtual machines. Changing this forces a new resource to be created.

Link copied to clipboard
val sku: String

Specifies the SKU of the image used to create the virtual machines. Changing this forces a new resource to be created.

Link copied to clipboard

Specifies the version of the image used to create the virtual machines. Changing this forces a new resource to be created.