Share via


ApplicationInsightsWorkbookPatch Class

Definition

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

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

Constructors

ApplicationInsightsWorkbookPatch()

Initializes a new instance of ApplicationInsightsWorkbookPatch.

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<ApplicationInsightsWorkbookPatch>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ApplicationInsightsWorkbookPatch>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ApplicationInsightsWorkbookPatch>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ApplicationInsightsWorkbookPatch>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ApplicationInsightsWorkbookPatch>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to