ICache.UpgradeStatusFirmwareUpdateStatus Property
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.
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.
[Microsoft.Azure.PowerShell.Cmdlets.StorageCache.Runtime.Info(Description="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.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.StorageCache.Support.FirmwareStatusType) }, ReadOnly=true, Required=false, SerializedName="firmwareUpdateStatus")]
public Microsoft.Azure.PowerShell.Cmdlets.StorageCache.Support.FirmwareStatusType? UpgradeStatusFirmwareUpdateStatus { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.StorageCache.Runtime.Info(Description="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.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.StorageCache.Support.FirmwareStatusType) }, ReadOnly=true, Required=false, SerializedName="firmwareUpdateStatus")>]
member this.UpgradeStatusFirmwareUpdateStatus : Nullable<Microsoft.Azure.PowerShell.Cmdlets.StorageCache.Support.FirmwareStatusType>
Public ReadOnly Property UpgradeStatusFirmwareUpdateStatus As Nullable(Of FirmwareStatusType)
Property Value
- Attributes