PoolStorageImageReference

data class PoolStorageImageReference(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 which the virtual machines should be created from. Changing this forces a new resource to be created. See official documentation for more details.

Link copied to clipboard
val offer: String? = null

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
val publisher: String? = null

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? = null

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
val version: String? = null

Specifies the version of the image used to create the virtual machines. Changing this forces a new resource to be created. To provision a Custom Image, the following fields are applicable: