다음을 통해 공유


DeviceUpdateInstancePatch Class

Definition

Request payload used to update an existing resource's tags.

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

Constructors

DeviceUpdateInstancePatch()

Initializes a new instance of DeviceUpdateInstancePatch.

Properties

Tags

List of key value pairs that describe the resource. This will overwrite the existing tags.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<DeviceUpdateInstancePatch>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<DeviceUpdateInstancePatch>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<DeviceUpdateInstancePatch>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<DeviceUpdateInstancePatch>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<DeviceUpdateInstancePatch>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to