Get Workbook Result
data class GetWorkbookResult(val azureApiVersion: String, val category: String, val description: String? = null, val displayName: String, val etag: String? = null, val id: String, val identity: WorkbookResourceResponseIdentity? = null, val kind: String? = null, val location: String, val name: String, val revision: String, val serializedData: String, val sourceId: String? = null, val storageUri: String? = null, val systemData: SystemDataResponse, val tags: Map<String, String>? = null, val timeModified: String, val type: String, val userId: String, val version: String? = null)
A workbook definition.
Constructors
Link copied to clipboard
constructor(azureApiVersion: String, category: String, description: String? = null, displayName: String, etag: String? = null, id: String, identity: WorkbookResourceResponseIdentity? = null, kind: String? = null, location: String, name: String, revision: String, serializedData: String, sourceId: String? = null, storageUri: String? = null, systemData: SystemDataResponse, tags: Map<String, String>? = null, timeModified: String, type: String, userId: String, version: String? = null)
Properties
Link copied to clipboard
The Azure API version of the resource.
Link copied to clipboard
The description of the workbook.
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
The resourceId to the storage account when bring your own storage is used
Link copied to clipboard
Metadata pertaining to creation and last modification of the resource.
Link copied to clipboard
Date and time in UTC of the last modification that was made to this workbook definition.