Share via


CacheUpgradeStatus Class

Definition

Properties describing the software upgrade state of the cache.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StorageCache.Models.Api20230501.CacheUpgradeStatusTypeConverter))]
public class CacheUpgradeStatus : Microsoft.Azure.PowerShell.Cmdlets.StorageCache.Models.Api20230501.ICacheUpgradeStatus
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StorageCache.Models.Api20230501.CacheUpgradeStatusTypeConverter))>]
type CacheUpgradeStatus = class
    interface ICacheUpgradeStatus
    interface IJsonSerializable
Public Class CacheUpgradeStatus
Implements ICacheUpgradeStatus
Inheritance
CacheUpgradeStatus
Attributes
Implements

Constructors

CacheUpgradeStatus()

Creates an new CacheUpgradeStatus instance.

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

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of CacheUpgradeStatus.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of CacheUpgradeStatus.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.StorageCache.Models.Api20230501.ICacheUpgradeStatus.

FromJsonString(String)

Creates a new instance of CacheUpgradeStatus, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of CacheUpgradeStatus into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to