다음을 통해 공유


HciVmNetworkInterfaceStatus Class

Definition

The observed state of network interfaces.

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

Properties

ErrorCode

NetworkInterface provisioning error code.

ErrorMessage

Descriptive error message.

ProvisioningStatus

Network interface provisioning status.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<HciVmNetworkInterfaceStatus>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<HciVmNetworkInterfaceStatus>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<HciVmNetworkInterfaceStatus>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<HciVmNetworkInterfaceStatus>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<HciVmNetworkInterfaceStatus>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to