PoolStorageImageReferenceArgs

data class PoolStorageImageReferenceArgs(val id: Output<String>? = null, val offer: Output<String>? = null, val publisher: Output<String>? = null, val sku: Output<String>? = null, val version: Output<String>? = null) : ConvertibleToJava<PoolStorageImageReferenceArgs>

Constructors

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

Properties

Link copied to clipboard
val id: Output<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: Output<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: Output<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: Output<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: Output<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:

Functions

Link copied to clipboard
open override fun toJava(): PoolStorageImageReferenceArgs