HciMarketplaceGalleryImageIdentifierArgs

data class HciMarketplaceGalleryImageIdentifierArgs(val offer: Output<String>, val publisher: Output<String>, val sku: Output<String>) : ConvertibleToJava<HciMarketplaceGalleryImageIdentifierArgs>

Constructors

Link copied to clipboard
constructor(offer: Output<String>, publisher: Output<String>, sku: Output<String>)

Properties

Link copied to clipboard
val offer: Output<String>

The offer of the Azure Stack HCI Marketplace Gallery Image. Changing this forces a new Azure Stack HCI Marketplace Gallery Image to be created.

Link copied to clipboard
val publisher: Output<String>

The publisher of the Azure Stack HCI Marketplace Gallery Image. Changing this forces a new Azure Stack HCI Marketplace Gallery Image to be created.

Link copied to clipboard
val sku: Output<String>

The sku of the Azure Stack HCI Marketplace Gallery Image. Changing this forces a new Azure Stack HCI Marketplace Gallery Image to be created.

Functions

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