WorkbookTemplate 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.
An Application Insights workbook template definition.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.Api20201120.WorkbookTemplateTypeConverter))]
public class WorkbookTemplate : Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.Api20201120.IWorkbookTemplate, Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.Api20201120.WorkbookTemplateTypeConverter))>]
type WorkbookTemplate = class
interface IWorkbookTemplate
interface IJsonSerializable
interface IWorkbookTemplateResource
interface IValidates
Public Class WorkbookTemplate
Implements IValidates, IWorkbookTemplate
- Inheritance
-
WorkbookTemplate
- Attributes
- Implements
Constructors
WorkbookTemplate() |
Creates an new WorkbookTemplate instance. |
Properties
Author |
Information about the author of the workbook template. |
Gallery |
Workbook galleries supported by the template. |
Id |
Azure resource Id |
Localized |
Key value pair of localized gallery. Each key is the locale code of languages supported by the Azure portal. |
Location |
Resource location |
Name |
Azure resource name. |
Priority |
Priority of the template. Determines which template to open when a workbook gallery is opened in viewer mode. |
ResourceGroupName |
Gets the resource group name |
Tag |
Resource tags |
TemplateData |
Valid JSON object containing workbook template payload. |
Type |
Azure resource type |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of WorkbookTemplate. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of WorkbookTemplate. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.Api20201120.IWorkbookTemplate. |
FromJsonString(String) |
Creates a new instance of WorkbookTemplate, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of WorkbookTemplate into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() | |
Validate(IEventListener) |
Validates that this object meets the validation criteria. |