StorageCacheUpgradeStatus Class

Definition

Properties describing the software upgrade state of the cache.

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

Properties

CurrentFirmwareVersion

Version string of the firmware currently installed on this cache.

FirmwareUpdateDeadline

Time at which the pending firmware update will automatically be installed on the cache.

FirmwareUpdateStatus

True if there is a firmware update ready to install on this cache. The firmware will automatically be installed after firmwareUpdateDeadline if not triggered earlier via the upgrade operation.

LastFirmwareUpdate

Time of the last successful firmware update.

PendingFirmwareVersion

When firmwareUpdateAvailable is true, this field holds the version string for the update.

Explicit Interface Implementations

IJsonModel<StorageCacheUpgradeStatus>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<StorageCacheUpgradeStatus>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<StorageCacheUpgradeStatus>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<StorageCacheUpgradeStatus>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<StorageCacheUpgradeStatus>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to