WorkbookTemplateProperties 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 template.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.Api20201120.WorkbookTemplatePropertiesTypeConverter))]
public class WorkbookTemplateProperties : Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.Api20201120.IWorkbookTemplateProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.Api20201120.WorkbookTemplatePropertiesTypeConverter))>]
type WorkbookTemplateProperties = class
interface IWorkbookTemplateProperties
interface IJsonSerializable
Public Class WorkbookTemplateProperties
Implements IWorkbookTemplateProperties
- Inheritance
-
WorkbookTemplateProperties
- Attributes
- Implements
Constructors
WorkbookTemplateProperties() |
Creates an new WorkbookTemplateProperties instance. |
Properties
Author |
Information about the author of the workbook template. |
Gallery |
Workbook galleries supported by the template. |
Localized |
Key value pair of localized gallery. Each key is the locale code of languages supported by the Azure portal. |
Priority |
Priority of the template. Determines which template to open when a workbook gallery is opened in viewer mode. |
TemplateData |
Valid JSON object containing workbook template payload. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of WorkbookTemplateProperties. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of WorkbookTemplateProperties. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.Api20201120.IWorkbookTemplateProperties. |
FromJsonString(String) |
Creates a new instance of WorkbookTemplateProperties, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of WorkbookTemplateProperties into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |