Share via


ManagedDashboardPatch Class

Definition

The parameters for a PATCH request to a managed dashboard resource.

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

Constructors

ManagedDashboardPatch()

Initializes a new instance of ManagedDashboardPatch.

Properties

Tags

The new tags of the managed dashboard resource.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<ManagedDashboardPatch>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ManagedDashboardPatch>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ManagedDashboardPatch>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ManagedDashboardPatch>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ManagedDashboardPatch>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to