WorkbookData 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 Workbook data model. A workbook definition.
public class WorkbookData : Azure.ResourceManager.Models.TrackedResourceData, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.ApplicationInsights.WorkbookData>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.ApplicationInsights.WorkbookData>
type WorkbookData = class
inherit TrackedResourceData
interface IJsonModel<WorkbookData>
interface IPersistableModel<WorkbookData>
Public Class WorkbookData
Inherits TrackedResourceData
Implements IJsonModel(Of WorkbookData), IPersistableModel(Of WorkbookData)
- Inheritance
- Implements
Constructors
WorkbookData(AzureLocation) |
Initializes a new instance of WorkbookData. |
Properties
Category |
Workbook category, as defined by the user at creation time. |
Description |
The description of the workbook. |
DisplayName |
The user-defined name (display name) of the workbook. |
ETag |
Resource etag. |
Id |
Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}. (Inherited from ResourceData) |
Identity |
Identity used for BYOS. |
Kind |
The kind of workbook. Only valid value is shared. |
Location |
The geo-location where the resource lives. (Inherited from TrackedResourceData) |
ModifiedOn |
Date and time in UTC of the last modification that was made to this workbook definition. |
Name |
The name of the resource. (Inherited from ResourceData) |
ResourceType |
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts". (Inherited from ResourceData) |
Revision |
The unique revision id for this workbook definition. |
SerializedData |
Configuration of this particular workbook. Configuration data is a string containing valid JSON. |
SourceId |
ResourceId for a source resource. |
StorageUri |
The resourceId to the storage account when bring your own storage is used. |
SystemData |
Azure Resource Manager metadata containing createdBy and modifiedBy information. (Inherited from ResourceData) |
Tags |
Resource tags. (Inherited from TrackedResourceData) |
UserId |
Unique user id of the specific user that owns this workbook. |
Version |
Workbook schema version format, like 'Notebook/1.0', which should match the workbook in serializedData. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) | (Inherited from TrackedResourceData) |
Explicit Interface Implementations
IJsonModel<WorkbookData>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<WorkbookData>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<WorkbookData>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<WorkbookData>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<WorkbookData>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET