IUsageMetric.TotalFirmwareCount 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.
The total number of firmwares that are in the workspace.
[Microsoft.Azure.PowerShell.Cmdlets.FirmwareAnalysis.Runtime.Info(Create=false, Description="The total number of firmwares that are in the workspace.", PossibleTypes=new System.Type[] { typeof(System.Int64) }, Read=true, ReadOnly=true, Required=false, SerializedName="totalFirmwareCount", Update=false)]
public long? TotalFirmwareCount { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.FirmwareAnalysis.Runtime.Info(Create=false, Description="The total number of firmwares that are in the workspace.", PossibleTypes=new System.Type[] { typeof(System.Int64) }, Read=true, ReadOnly=true, Required=false, SerializedName="totalFirmwareCount", Update=false)>]
member this.TotalFirmwareCount : Nullable<int64>
Public ReadOnly Property TotalFirmwareCount As Nullable(Of Long)
Property Value
- Attributes