你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
PSHpcCacheUpgradeStatus Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Cache upgrade status.
public class PSHpcCacheUpgradeStatus
type PSHpcCacheUpgradeStatus = class
Public Class PSHpcCacheUpgradeStatus
- Inheritance
-
PSHpcCacheUpgradeStatus
Constructors
PSHpcCacheUpgradeStatus(CacheUpgradeStatus) |
Initializes a new instance of the PSHpcCacheUpgradeStatus class. |
Properties
CurrentFirmwareVersion |
Gets version string of the firmware currently installed on this Cache. |
FirmwareUpdateDeadline |
Gets or sets time at which the pending firmware update will automatically be installed on the Cache. |
FirmwareUpdateStatus |
Gets or sets 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. Possible values include: 'available', 'unavailable'. |
LastFirmwareUpdate |
Gets or Sets time of the last successful firmware update. |
PendingFirmwareVersion |
Gets or Sets when firmwareUpdateAvailable is true, this field holds the version string for the update. |