WorkbookTemplateGallery

data class WorkbookTemplateGallery(val category: String, val name: String, val order: Int? = null, val resourceType: String? = null, val type: String? = null)

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Category for the gallery.

Link copied to clipboard

Name of the workbook template in the gallery.

Link copied to clipboard
val order: Int? = null

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

Link copied to clipboard
val resourceType: String? = null

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

Link copied to clipboard
val type: String? = null

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