Share via


DevTestLabResourcePatch Class

Definition

Represents an update resource.

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

Constructors

DevTestLabResourcePatch()

Initializes a new instance of DevTestLabResourcePatch.

Properties

Tags

The tags of the resource.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<DevTestLabResourcePatch>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<DevTestLabResourcePatch>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<DevTestLabResourcePatch>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<DevTestLabResourcePatch>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<DevTestLabResourcePatch>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to