WorkbookTemplateGalleryArgs

data class WorkbookTemplateGalleryArgs(val category: Output<String>, val name: Output<String>, val order: Output<Int>? = null, val resourceType: Output<String>? = null, val type: Output<String>? = null) : ConvertibleToJava<WorkbookTemplateGalleryArgs>

Constructors

Link copied to clipboard
constructor(category: Output<String>, name: Output<String>, order: Output<Int>? = null, resourceType: Output<String>? = null, type: Output<String>? = null)

Properties

Link copied to clipboard
val category: Output<String>

Category for the gallery.

Link copied to clipboard
val name: Output<String>

Name of the workbook template in the gallery.

Link copied to clipboard
val order: Output<Int>? = null

Order of the template within the gallery. Defaults to 0.

Link copied to clipboard
val resourceType: Output<String>? = null

Azure resource type supported by the gallery. Defaults to Azure Monitor.

Link copied to clipboard
val type: Output<String>? = null

Type of workbook supported by the workbook template. Defaults to workbook.

Functions

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