ArmIotFirmwareDefenseModelFactory.UsageMetricProperties Method
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 static Azure.ResourceManager.IotFirmwareDefense.Models.UsageMetricProperties UsageMetricProperties(long monthlyFirmwareUploadCount = 0, long totalFirmwareCount = 0, Azure.ResourceManager.IotFirmwareDefense.Models.FirmwareProvisioningState? provisioningState = default);
static member UsageMetricProperties : int64 * int64 * Nullable<Azure.ResourceManager.IotFirmwareDefense.Models.FirmwareProvisioningState> -> Azure.ResourceManager.IotFirmwareDefense.Models.UsageMetricProperties
Public Shared Function UsageMetricProperties (Optional monthlyFirmwareUploadCount As Long = 0, Optional totalFirmwareCount As Long = 0, Optional provisioningState As Nullable(Of FirmwareProvisioningState) = Nothing) As UsageMetricProperties
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.
- provisioningState
- Nullable<FirmwareProvisioningState>
The status of the last operation.
Returns
A new UsageMetricProperties instance for mocking.