Compartir a través de


UsageMetricProperties Class

Definition

Properties of a workspaces usage metrics.

public class UsageMetricProperties : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.IotFirmwareDefense.Models.UsageMetricProperties>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.IotFirmwareDefense.Models.UsageMetricProperties>
type UsageMetricProperties = class
    interface IJsonModel<UsageMetricProperties>
    interface IPersistableModel<UsageMetricProperties>
Public Class UsageMetricProperties
Implements IJsonModel(Of UsageMetricProperties), IPersistableModel(Of UsageMetricProperties)
Inheritance
UsageMetricProperties
Implements

Constructors

UsageMetricProperties(Int64, Int64)

Initializes a new instance of UsageMetricProperties.

Properties

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

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<UsageMetricProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<UsageMetricProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<UsageMetricProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<UsageMetricProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<UsageMetricProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to