MyWorkbook interface
An Application Insights private workbook definition.
- Extends
Properties
category | Workbook category, as defined by the user at creation time. |
display |
The user-defined name of the private workbook. |
kind | The kind of workbook. Choices are user and shared. |
serialized |
Configuration of this particular private workbook. Configuration data is a string containing valid JSON |
source |
Optional resourceId for a source resource. |
storage |
BYOS Storage Account URI |
system |
Metadata pertaining to creation and last modification of the resource. NOTE: This property will not be serialized. It can only be populated by the server. |
tags |
A list of 0 or more tags that are associated with this private workbook definition |
time |
Date and time in UTC of the last modification that was made to this private workbook definition. NOTE: This property will not be serialized. It can only be populated by the server. |
user |
Unique user id of the specific user that owns this private workbook. NOTE: This property will not be serialized. It can only be populated by the server. |
version | This instance's version of the data model. This can change as new features are added that can be marked private workbook. |
Inherited Properties
etag | Resource etag |
id | Azure resource Id |
identity | Identity used for BYOS |
location | Resource location |
name | Azure resource name |
tags | Resource tags |
type | Azure resource type |
Property Details
category
Workbook category, as defined by the user at creation time.
category?: string
Property Value
string
displayName
The user-defined name of the private workbook.
displayName?: string
Property Value
string
kind
The kind of workbook. Choices are user and shared.
kind?: string
Property Value
string
serializedData
Configuration of this particular private workbook. Configuration data is a string containing valid JSON
serializedData?: string
Property Value
string
sourceId
Optional resourceId for a source resource.
sourceId?: string
Property Value
string
storageUri
BYOS Storage Account URI
storageUri?: string
Property Value
string
systemData
Metadata pertaining to creation and last modification of the resource. NOTE: This property will not be serialized. It can only be populated by the server.
systemData?: SystemData
Property Value
tagsPropertiesTags
A list of 0 or more tags that are associated with this private workbook definition
tagsPropertiesTags?: string[]
Property Value
string[]
timeModified
Date and time in UTC of the last modification that was made to this private workbook definition. NOTE: This property will not be serialized. It can only be populated by the server.
timeModified?: string
Property Value
string
userId
Unique user id of the specific user that owns this private workbook. NOTE: This property will not be serialized. It can only be populated by the server.
userId?: string
Property Value
string
version
This instance's version of the data model. This can change as new features are added that can be marked private workbook.
version?: string
Property Value
string
Inherited Property Details
etag
Resource etag
etag?: {[propertyName: string]: string}
Property Value
{[propertyName: string]: string}
Inherited From MyWorkbookResource.etag
id
identity
Identity used for BYOS
identity?: MyWorkbookManagedIdentity
Property Value
Inherited From MyWorkbookResource.identity
location
Resource location
location?: string
Property Value
string
Inherited From MyWorkbookResource.location
name
tags
Resource tags
tags?: {[propertyName: string]: string}
Property Value
{[propertyName: string]: string}
Inherited From MyWorkbookResource.tags
type
Azure SDK for JavaScript