Get Workbook Result
data class GetWorkbookResult(val category: String, val displayName: String, val etag: Map<String, String>? = null, val id: String? = null, val identity: WorkbookManagedIdentityResponse? = null, val kind: String? = null, val location: String? = null, val name: String? = null, val serializedData: String, val sourceId: String? = null, val storageUri: String? = null, val tags: Map<String, String>? = null, val timeModified: String, val type: String? = null, val userId: String, val version: String? = null)
An Application Insights workbook definition.
Constructors
Link copied to clipboard
constructor(category: String, displayName: String, etag: Map<String, String>? = null, id: String? = null, identity: WorkbookManagedIdentityResponse? = null, kind: String? = null, location: String? = null, name: String? = null, serializedData: String, sourceId: String? = null, storageUri: String? = null, tags: Map<String, String>? = null, timeModified: String, type: String? = null, userId: String, version: String? = null)
Properties
Link copied to clipboard
The user-defined name (display name) of the workbook.
Link copied to clipboard
Identity used for BYOS
Link copied to clipboard
Configuration of this particular workbook. Configuration data is a string containing valid JSON
Link copied to clipboard
BYOS Storage Account URI
Link copied to clipboard
Date and time in UTC of the last modification that was made to this workbook definition.