Share via


HciVmGalleryImageStatus Class

Definition

The observed state of gallery images.

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

Properties

DownloadSizeInMB

The downloaded sized of the image in MB.

ErrorCode

GalleryImage provisioning error code.

ErrorMessage

Descriptive error message.

ProgressPercentage

The progress of the operation in percentage.

ProvisioningStatus

provisioning status of the gallery image.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<HciVmGalleryImageStatus>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<HciVmGalleryImageStatus>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<HciVmGalleryImageStatus>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<HciVmGalleryImageStatus>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<HciVmGalleryImageStatus>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to