Share via


HciVmVirtualHardDiskDownloadStatus Class

Definition

The download status of the virtual hard disk.

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

Properties

DownloadedSizeInMB

The downloaded sized of the virtual hard disk in MB.

ProgressPercentage

The progress of the operation in percentage.

Status

The status of Uploading virtual hard disk [Succeeded, Failed, InProgress].

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<HciVmVirtualHardDiskDownloadStatus>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<HciVmVirtualHardDiskDownloadStatus>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<HciVmVirtualHardDiskDownloadStatus>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<HciVmVirtualHardDiskDownloadStatus>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<HciVmVirtualHardDiskDownloadStatus>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to