Partager via


DeviceRegistryAssetPatch Class

Definition

The type used for update operations of the Asset.

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

Constructors

DeviceRegistryAssetPatch()

Initializes a new instance of DeviceRegistryAssetPatch.

Properties

Properties

The resource-specific properties for this resource.

Tags

Resource tags.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<DeviceRegistryAssetPatch>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<DeviceRegistryAssetPatch>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<DeviceRegistryAssetPatch>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<DeviceRegistryAssetPatch>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<DeviceRegistryAssetPatch>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to