MyWorkbookProperties 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 private workbook.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.Api20210308.MyWorkbookPropertiesTypeConverter))]
public class MyWorkbookProperties : Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.Api20210308.IMyWorkbookProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.Api20210308.MyWorkbookPropertiesTypeConverter))>]
type MyWorkbookProperties = class
interface IMyWorkbookProperties
interface IJsonSerializable
Public Class MyWorkbookProperties
Implements IMyWorkbookProperties
- Inheritance
-
MyWorkbookProperties
- Attributes
- Implements
Constructors
MyWorkbookProperties() |
Creates an new MyWorkbookProperties instance. |
Properties
Category |
Workbook category, as defined by the user at creation time. |
DisplayName |
The user-defined name of the private workbook. |
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 |
Tag |
A list of 0 or more tags that are associated with this private workbook definition |
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. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of MyWorkbookProperties. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of MyWorkbookProperties. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.Api20210308.IMyWorkbookProperties. |
FromJsonString(String) |
Creates a new instance of MyWorkbookProperties, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of MyWorkbookProperties into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |