MyWorkbookData Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A class representing the MyWorkbook data model. An Application Insights private workbook definition.
public class MyWorkbookData : Azure.ResourceManager.ApplicationInsights.Models.MyWorkbookResourceContent, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.ApplicationInsights.MyWorkbookData>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.ApplicationInsights.MyWorkbookData>
type MyWorkbookData = class
inherit MyWorkbookResourceContent
interface IJsonModel<MyWorkbookData>
interface IPersistableModel<MyWorkbookData>
Public Class MyWorkbookData
Inherits MyWorkbookResourceContent
Implements IJsonModel(Of MyWorkbookData), IPersistableModel(Of MyWorkbookData)
- Inheritance
- Implements
Constructors
MyWorkbookData() |
Initializes a new instance of MyWorkbookData. |
Properties
Category |
Workbook category, as defined by the user at creation time. |
DisplayName |
The user-defined name of the private workbook. |
ETag |
Resource etag. (Inherited from MyWorkbookResourceContent) |
Id |
Azure resource Id. (Inherited from MyWorkbookResourceContent) |
Identity |
Identity used for BYOS. (Inherited from MyWorkbookResourceContent) |
Kind |
The kind of workbook. Choices are user and shared. |
Location |
Resource location. (Inherited from MyWorkbookResourceContent) |
Name |
Azure resource name. (Inherited from MyWorkbookResourceContent) |
ResourceType |
Azure resource type. (Inherited from MyWorkbookResourceContent) |
SerializedData |
Configuration of this particular private workbook. Configuration data is a string containing valid JSON. |
SourceId |
Optional resourceId for a source resource. |
StorageUri |
BYOS Storage Account URI. |
SystemData |
Metadata pertaining to creation and last modification of the resource. |
Tags |
Resource tags. (Inherited from MyWorkbookResourceContent) |
TimeModified |
Date and time in UTC of the last modification that was made to this private workbook definition. |
UserId |
Unique user id of the specific user that owns this private workbook. |
Version |
This instance's version of the data model. This can change as new features are added that can be marked private workbook. |
Explicit Interface Implementations
Applies to
Azure SDK for .NET