Share via


HciVmNetworkInterfaceProvisioningStatus Class

Definition

Network interface provisioning status.

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

Properties

OperationId

The ID of the operation performed on the network interface.

Status

The status of the operation performed on the network interface [Succeeded, Failed, InProgress].

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<HciVmNetworkInterfaceProvisioningStatus>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<HciVmNetworkInterfaceProvisioningStatus>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<HciVmNetworkInterfaceProvisioningStatus>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<HciVmNetworkInterfaceProvisioningStatus>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<HciVmNetworkInterfaceProvisioningStatus>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to