IWorkbookTemplate Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.Api20201120.WorkbookTemplateTypeConverter))]
public interface IWorkbookTemplate : Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.Api20201120.IWorkbookTemplateResource
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.Api20201120.WorkbookTemplateTypeConverter))>]
type IWorkbookTemplate = interface
    interface IJsonSerializable
    interface IWorkbookTemplateResource
Public Interface IWorkbookTemplate
Implements IWorkbookTemplateResource
Derived
Attributes
Implements

Properties

Author

Information about the author of the workbook template.

Gallery

Workbook galleries supported by the template.

Id

Azure resource Id

(Inherited from IWorkbookTemplateResource)
Localized

Key value pair of localized gallery. Each key is the locale code of languages supported by the Azure portal.

Location

Resource location

(Inherited from IWorkbookTemplateResource)
Name

Azure resource name.

(Inherited from IWorkbookTemplateResource)
Priority

Priority of the template. Determines which template to open when a workbook gallery is opened in viewer mode.

Tag

Resource tags

(Inherited from IWorkbookTemplateResource)
TemplateData

Valid JSON object containing workbook template payload.

Type

Azure resource type

(Inherited from IWorkbookTemplateResource)

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to