GetPlatformImagePlainArgs

data class GetPlatformImagePlainArgs(val location: String, val offer: String, val publisher: String, val sku: String, val version: String? = null) : ConvertibleToJava<GetPlatformImagePlainArgs>

A collection of arguments for invoking getPlatformImage.

Constructors

Link copied to clipboard
constructor(location: String, offer: String, publisher: String, sku: String, version: String? = null)

Properties

Link copied to clipboard

Specifies the Location to pull information about this Platform Image from.

Link copied to clipboard

Specifies the Offer associated with the Platform Image.

Link copied to clipboard

Specifies the Publisher associated with the Platform Image.

Link copied to clipboard
val sku: String

Specifies the SKU of the Platform Image.

Link copied to clipboard
val version: String? = null

The version of the Platform Image.

Functions

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