次の方法で共有


HciEdgeDeviceReportedProperties Class

Definition

Reported properties pushed from edge device.

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

Properties

DeviceState

edge device state.

Extensions

List of Arc extensions installed on edge device.

Explicit Interface Implementations

IJsonModel<HciEdgeDeviceReportedProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<HciEdgeDeviceReportedProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<HciEdgeDeviceReportedProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<HciEdgeDeviceReportedProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<HciEdgeDeviceReportedProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to