Get My Workbook Result
data class GetMyWorkbookResult(val azureApiVersion: String, val category: String, val displayName: String, val etag: Map<String, String>? = null, val id: String? = null, val identity: MyWorkbookManagedIdentityResponse? = 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 systemData: SystemDataResponse, val tags: Map<String, String>? = null, val timeModified: String, val type: String? = null, val userId: String, val version: String? = null)
An Application Insights private workbook definition.
Constructors
Link copied to clipboard
constructor(azureApiVersion: String, category: String, displayName: String, etag: Map<String, String>? = null, id: String? = null, identity: MyWorkbookManagedIdentityResponse? = null, kind: String? = null, location: String? = null, name: String? = null, serializedData: String, sourceId: String? = null, storageUri: String? = null, systemData: SystemDataResponse, tags: Map<String, String>? = null, timeModified: String, type: String? = null, userId: String, version: String? = null)
Properties
Link copied to clipboard
The Azure API version of the resource.
Link copied to clipboard
The user-defined name of the private workbook.
Link copied to clipboard
Identity used for BYOS
Link copied to clipboard
Configuration of this particular private workbook. Configuration data is a string containing valid JSON
Link copied to clipboard
BYOS Storage Account URI
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 private workbook definition.