UsageMetricProperties Class
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.
Properties of a workspaces usage metrics.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.FirmwareAnalysis.Models.UsageMetricPropertiesTypeConverter))]
public class UsageMetricProperties : Microsoft.Azure.PowerShell.Cmdlets.FirmwareAnalysis.Models.IUsageMetricProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.FirmwareAnalysis.Models.UsageMetricPropertiesTypeConverter))>]
type UsageMetricProperties = class
interface IUsageMetricProperties
interface IJsonSerializable
Public Class UsageMetricProperties
Implements IUsageMetricProperties
- Inheritance
-
UsageMetricProperties
- Attributes
- Implements
Constructors
| Name | Description |
|---|---|
| UsageMetricProperties() |
Creates an new UsageMetricProperties instance. |
Properties
| Name | Description |
|---|---|
| MonthlyFirmwareUploadCount |
The number of firmware analysis jobs that have been submitted in the current month. |
| ProvisioningState |
The status of the last operation. |
| TotalFirmwareCount |
The total number of firmwares that are in the workspace. |
Methods
| Name | Description |
|---|---|
| DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of UsageMetricProperties. |
| DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of UsageMetricProperties. |
| FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.FirmwareAnalysis.Models.IUsageMetricProperties. |
| FromJsonString(String) |
Creates a new instance of UsageMetricProperties, deserializing the content from a json string. |
| ToJson(JsonObject, SerializationMode) |
Serializes this instance of UsageMetricProperties into a JsonNode. |
| ToJsonString() |
Serializes this instance to a json string. |
| ToString() | |