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