GalleryAppDefinitionArgs

data class GalleryAppDefinitionArgs(val isConsented: Output<Boolean>? = null, val skuId: Output<String>) : ConvertibleToJava<GalleryAppDefinitionArgs>

Properties of the definition of a gallery application used in Test Base package.

Constructors

Link copied to clipboard
constructor(isConsented: Output<Boolean>? = null, skuId: Output<String>)

Properties

Link copied to clipboard
val isConsented: Output<Boolean>? = null

Whether the disclaimer of the gallery application is accepted.

Link copied to clipboard
val skuId: Output<String>

The SKU id of the gallery application.

Functions

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