ScaleSetStorageProfileImageReference

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

Specifies the ID of the (custom) image to use to create the virtual machine scale set, as in the example below.

Link copied to clipboard
val offer: String? = null

Specifies the offer of the image used to create the virtual machines.

Link copied to clipboard
val publisher: String? = null

Specifies the publisher of the image used to create the virtual machines.

Link copied to clipboard
val sku: String? = null

Specifies the SKU of the image used to create the virtual machines.

Link copied to clipboard
val version: String? = null

Specifies the version of the image used to create the virtual machines.