WorkbookProperties 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.
Properties that contain a workbook.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.Api20220401.WorkbookPropertiesTypeConverter))]
public class WorkbookProperties : Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.Api20220401.IWorkbookProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.Api20220401.WorkbookPropertiesTypeConverter))>]
type WorkbookProperties = class
interface IWorkbookProperties
interface IJsonSerializable
Public Class WorkbookProperties
Implements IWorkbookProperties
- Inheritance
-
WorkbookProperties
- Attributes
- Implements
Constructors
WorkbookProperties() |
Creates an new WorkbookProperties instance. |
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. |
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 |
Tag |
Being deprecated, please use the other tags field |
TimeModified |
Date and time in UTC of the last modification that was made to this workbook definition. |
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
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of WorkbookProperties. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of WorkbookProperties. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.Api20220401.IWorkbookProperties. |
FromJsonString(String) |
Creates a new instance of WorkbookProperties, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of WorkbookProperties into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |