你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

HciArcEnabledEdgeDeviceProperties Class

Definition

properties for Arc-enabled edge device with HCI OS.

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

Constructors

HciArcEnabledEdgeDeviceProperties()

Initializes a new instance of HciArcEnabledEdgeDeviceProperties.

Properties

DeviceConfiguration

Device Configuration.

(Inherited from HciEdgeDeviceProperties)
ProvisioningState

Provisioning state of edgeDevice resource.

(Inherited from HciEdgeDeviceProperties)
ReportedProperties

The instance view of all current configurations on HCI device.

Explicit Interface Implementations

IJsonModel<HciArcEnabledEdgeDeviceProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<HciArcEnabledEdgeDeviceProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IJsonModel<HciEdgeDeviceProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

(Inherited from HciEdgeDeviceProperties)
IJsonModel<HciEdgeDeviceProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

(Inherited from HciEdgeDeviceProperties)
IPersistableModel<HciArcEnabledEdgeDeviceProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<HciArcEnabledEdgeDeviceProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<HciArcEnabledEdgeDeviceProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

IPersistableModel<HciEdgeDeviceProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

(Inherited from HciEdgeDeviceProperties)
IPersistableModel<HciEdgeDeviceProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

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

(Inherited from HciEdgeDeviceProperties)
IPersistableModel<HciEdgeDeviceProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

(Inherited from HciEdgeDeviceProperties)

Applies to