IotHubRegistryStatistics Class

Definition

Identity registry statistics.

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

Properties

DisabledDeviceCount

The count of disabled devices in the identity registry.

EnabledDeviceCount

The count of enabled devices in the identity registry.

TotalDeviceCount

The total count of devices in the identity registry.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<IotHubRegistryStatistics>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<IotHubRegistryStatistics>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<IotHubRegistryStatistics>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<IotHubRegistryStatistics>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<IotHubRegistryStatistics>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to