WorkbookPatch Class

Definition

The parameters that can be provided when updating workbook properties properties.

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

Constructors

WorkbookPatch()

Initializes a new instance of WorkbookPatch.

Properties

Category

Workbook category, as defined by the user at creation time.

Description

The description of the workbook.

DisplayName

The user-defined name (display name) of the workbook.

Kind

The kind of workbook. Only valid value is shared.

Revision

The unique revision id for this workbook definition.

SerializedData

Configuration of this particular workbook. Configuration data is a string containing valid JSON.

Tags

Resource tags.

TagsPropertiesTags

A list of 0 or more tags that are associated with this workbook definition.

Explicit Interface Implementations

IJsonModel<WorkbookPatch>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<WorkbookPatch>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<WorkbookPatch>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<WorkbookPatch>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<WorkbookPatch>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to