Share via


HciVmStorageContainerStatus Class

Definition

The observed state of storage containers.

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

Properties

AvailableSizeInMB

Amount of space available on the disk in MB.

ContainerSizeInMB

Total size of the disk in MB.

ErrorCode

StorageContainer provisioning error code.

ErrorMessage

Descriptive error message.

ProvisioningStatus

Storage container's provisioning status.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<HciVmStorageContainerStatus>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<HciVmStorageContainerStatus>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<HciVmStorageContainerStatus>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<HciVmStorageContainerStatus>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<HciVmStorageContainerStatus>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to