WorkbookTemplateGallery Class

Definition

Gallery information for a workbook template.

public class WorkbookTemplateGallery : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.ApplicationInsights.Models.WorkbookTemplateGallery>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.ApplicationInsights.Models.WorkbookTemplateGallery>
type WorkbookTemplateGallery = class
    interface IJsonModel<WorkbookTemplateGallery>
    interface IPersistableModel<WorkbookTemplateGallery>
Public Class WorkbookTemplateGallery
Implements IJsonModel(Of WorkbookTemplateGallery), IPersistableModel(Of WorkbookTemplateGallery)
Inheritance
WorkbookTemplateGallery
Implements

Constructors

WorkbookTemplateGallery()

Initializes a new instance of WorkbookTemplateGallery.

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.

WorkbookTemplateGalleryType

Type of workbook supported by the workbook template.

WorkbookType

Type of workbook supported by the workbook template.

Explicit Interface Implementations

IJsonModel<WorkbookTemplateGallery>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<WorkbookTemplateGallery>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<WorkbookTemplateGallery>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<WorkbookTemplateGallery>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<WorkbookTemplateGallery>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to