Share via


UsageMetricProperties(Int64, Int64) Constructor

Definition

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.

Applies to