Partager via


DeviceRegistryAssetStatusDataset Class

Definition

Defines the asset status dataset properties.

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

Properties

MessageSchemaReference

The message schema reference object.

Name

The name of the dataset. Must be unique within the status.datasets array. This name is used to correlate between the spec and status dataset information.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<DeviceRegistryAssetStatusDataset>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<DeviceRegistryAssetStatusDataset>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<DeviceRegistryAssetStatusDataset>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<DeviceRegistryAssetStatusDataset>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<DeviceRegistryAssetStatusDataset>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to