ScaleSetStorageProfileImageReferenceArgs

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

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 to use to create the virtual machine scale set, as in the example below.

Link copied to clipboard
val offer: Output<String>? = null

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

Link copied to clipboard
val publisher: Output<String>? = null

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

Link copied to clipboard
val sku: Output<String>? = null

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

Link copied to clipboard
val version: Output<String>? = null

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

Functions

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