ICacheUpgradeStatus.CurrentFirmwareVersion 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.
Version string of the firmware currently installed on this cache.
[Microsoft.Azure.PowerShell.Cmdlets.StorageCache.Runtime.Info(Description="Version string of the firmware currently installed on this cache.", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=true, Required=false, SerializedName="currentFirmwareVersion")]
public string CurrentFirmwareVersion { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.StorageCache.Runtime.Info(Description="Version string of the firmware currently installed on this cache.", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=true, Required=false, SerializedName="currentFirmwareVersion")>]
member this.CurrentFirmwareVersion : string
Public ReadOnly Property CurrentFirmwareVersion As String
Property Value
- Attributes