Share via


DataBoxEdgeUpdateDetails Class

Definition

Update Specific attributes.

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

Properties

EstimatedInstallTimeInMins

Estimated Install Time for the update.

FriendlyVersionNumber

Friendly Version Number.

InstallationImpact

Impact of Installing an updateType.

RebootBehavior

Indicates if updates are available and at least one of the updates needs a reboot.

Status

Status of the update.

TargetVersion

Target Version number.

UpdateSizeInBytes

Size of the update(In Bytes).

UpdateTitle

Title of the Update.

UpdateType

Type of the Update.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<DataBoxEdgeUpdateDetails>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<DataBoxEdgeUpdateDetails>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<DataBoxEdgeUpdateDetails>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<DataBoxEdgeUpdateDetails>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<DataBoxEdgeUpdateDetails>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to