SharedImageIdentifier

data class SharedImageIdentifier(val offer: String, val publisher: String, val sku: String)

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The Offer Name for this Shared Image. Changing this forces a new resource to be created.

Link copied to clipboard

The Publisher Name for this Gallery Image. Changing this forces a new resource to be created.

Link copied to clipboard
val sku: String

The Name of the SKU for this Gallery Image. Changing this forces a new resource to be created.