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
fun GalleryAppDefinitionArgs(isConsented: Output<Boolean>? = null, skuId: Output<String>)

Functions

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

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.