galleryApps

@JvmName(name = "oeuubnrtuycwaofg")
suspend fun galleryApps(value: Output<List<GalleryAppDefinitionArgs>>)
@JvmName(name = "bemrmhmjnmptgour")
suspend fun galleryApps(value: List<GalleryAppDefinitionArgs>?)

Parameters

value

The list of gallery apps to test along with user application.


@JvmName(name = "gfhgpuvxrswjqtkm")
suspend fun galleryApps(vararg values: Output<GalleryAppDefinitionArgs>)


@JvmName(name = "ymfkxpijbapuwhrs")
suspend fun galleryApps(values: List<Output<GalleryAppDefinitionArgs>>)
@JvmName(name = "lqirbfsdiwkvtbae")
suspend fun galleryApps(vararg values: GalleryAppDefinitionArgs)

Parameters

values

The list of gallery apps to test along with user application.


@JvmName(name = "mxetpglmidxlmiyn")
suspend fun galleryApps(argument: List<suspend GalleryAppDefinitionArgsBuilder.() -> Unit>)
@JvmName(name = "qvscyqxvgqvjxyeq")
suspend fun galleryApps(vararg argument: suspend GalleryAppDefinitionArgsBuilder.() -> Unit)
@JvmName(name = "edrhidlwyqhfdaek")
suspend fun galleryApps(argument: suspend GalleryAppDefinitionArgsBuilder.() -> Unit)

Parameters

argument

The list of gallery apps to test along with user application.