UsageMetricProperties(Int64, Int64) Constructor
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.
Initializes a new instance of UsageMetricProperties.
public UsageMetricProperties(long monthlyFirmwareUploadCount, long totalFirmwareCount);
new Azure.ResourceManager.IotFirmwareDefense.Models.UsageMetricProperties : int64 * int64 -> Azure.ResourceManager.IotFirmwareDefense.Models.UsageMetricProperties
Public Sub New (monthlyFirmwareUploadCount As Long, totalFirmwareCount As Long)
Parameters
- monthlyFirmwareUploadCount
- Int64
The number of firmware analysis jobs that have been submitted in the current month.
- totalFirmwareCount
- Int64
The total number of firmwares that are in the workspace.