Share via


EnergyServicePatch Class

Definition

The resource model definition used for updating a tracked ARM resource.

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

Constructors

EnergyServicePatch()

Initializes a new instance of EnergyServicePatch.

Properties

Tags

Resource tags.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<EnergyServicePatch>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<EnergyServicePatch>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<EnergyServicePatch>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<EnergyServicePatch>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<EnergyServicePatch>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to