GetWorkbookTemplateResult

data class GetWorkbookTemplateResult(val author: String? = null, val azureApiVersion: String, val galleries: List<WorkbookTemplateGalleryResponse>, val id: String, val localized: Map<String, List<WorkbookTemplateLocalizedGalleryResponse>>? = null, val location: String, val name: String, val priority: Int? = null, val tags: Map<String, String>? = null, val templateData: Any, val type: String)

An Application Insights workbook template definition.

Constructors

Link copied to clipboard
constructor(author: String? = null, azureApiVersion: String, galleries: List<WorkbookTemplateGalleryResponse>, id: String, localized: Map<String, List<WorkbookTemplateLocalizedGalleryResponse>>? = null, location: String, name: String, priority: Int? = null, tags: Map<String, String>? = null, templateData: Any, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val author: String? = null

Information about the author of the workbook template.

Link copied to clipboard

The Azure API version of the resource.

Link copied to clipboard

Workbook galleries supported by the template.

Link copied to clipboard
val id: String

Azure resource Id

Link copied to clipboard

Key value pair of localized gallery. Each key is the locale code of languages supported by the Azure portal.

Link copied to clipboard

Resource location

Link copied to clipboard

Azure resource name.

Link copied to clipboard
val priority: Int? = null

Priority of the template. Determines which template to open when a workbook gallery is opened in viewer mode.

Link copied to clipboard
val tags: Map<String, String>? = null

Resource tags

Link copied to clipboard

Valid JSON object containing workbook template payload.

Link copied to clipboard

Azure resource type