Share via


UpdateInstallProgress Class

Definition

Progress details during installation of updates.

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

Properties

NumberOfUpdatesInstalled

Number of updates installed.

NumberOfUpdatesToInstall

Number of updates to install.

PercentComplete

Percentage completed.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<UpdateInstallProgress>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<UpdateInstallProgress>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<UpdateInstallProgress>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<UpdateInstallProgress>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<UpdateInstallProgress>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to