WorkbookTemplateGallery 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.
Gallery information for a workbook template.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.Api20201120.WorkbookTemplateGalleryTypeConverter))]
public class WorkbookTemplateGallery : Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.Api20201120.IWorkbookTemplateGallery
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.Api20201120.WorkbookTemplateGalleryTypeConverter))>]
type WorkbookTemplateGallery = class
interface IWorkbookTemplateGallery
interface IJsonSerializable
Public Class WorkbookTemplateGallery
Implements IWorkbookTemplateGallery
- Inheritance
-
WorkbookTemplateGallery
- Attributes
- Implements
Constructors
WorkbookTemplateGallery() |
Creates an new WorkbookTemplateGallery instance. |
Properties
Category |
Category for the gallery. |
Name |
Name of the workbook template in the gallery. |
Order |
Order of the template within the gallery. |
ResourceType |
Azure resource type supported by the gallery. |
Type |
Type of workbook supported by the workbook template. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of WorkbookTemplateGallery. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of WorkbookTemplateGallery. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.Api20201120.IWorkbookTemplateGallery. |
FromJsonString(String) |
Creates a new instance of WorkbookTemplateGallery, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of WorkbookTemplateGallery into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |