次の方法で共有


DeviceRegistryDiscoveredAssetPatch Class

Definition

The type used for update operations of the DiscoveredAsset.

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

Constructors

DeviceRegistryDiscoveredAssetPatch()

Initializes a new instance of DeviceRegistryDiscoveredAssetPatch.

Properties

Properties

The resource-specific properties for this resource.

Tags

Resource tags.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<DeviceRegistryDiscoveredAssetPatch>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<DeviceRegistryDiscoveredAssetPatch>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<DeviceRegistryDiscoveredAssetPatch>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<DeviceRegistryDiscoveredAssetPatch>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<DeviceRegistryDiscoveredAssetPatch>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to