Share via


ManagedGrafanaPatch Class

Definition

The parameters for a PATCH request to a grafana resource.

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

Constructors

ManagedGrafanaPatch()

Initializes a new instance of ManagedGrafanaPatch.

Properties

Identity

The managed identity of the grafana resource.

Properties

Properties specific to the managed grafana resource.

SkuName

The name of the SKU.

Tags

The new tags of the grafana resource.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<ManagedGrafanaPatch>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ManagedGrafanaPatch>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ManagedGrafanaPatch>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ManagedGrafanaPatch>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ManagedGrafanaPatch>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to