Share via


ICacheUpgradeStatus Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StorageCache.Models.Api20230501.CacheUpgradeStatusTypeConverter))]
public interface ICacheUpgradeStatus : Microsoft.Azure.PowerShell.Cmdlets.StorageCache.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StorageCache.Models.Api20230501.CacheUpgradeStatusTypeConverter))>]
type ICacheUpgradeStatus = interface
    interface IJsonSerializable
Public Interface ICacheUpgradeStatus
Implements IJsonSerializable
Derived
Attributes
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.

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to