Share via


ArmIotHubModelFactory.IotHubRegistryStatistics Method

Definition

Initializes a new instance of IotHubRegistryStatistics.

public static Azure.ResourceManager.IotHub.Models.IotHubRegistryStatistics IotHubRegistryStatistics (long? totalDeviceCount = default, long? enabledDeviceCount = default, long? disabledDeviceCount = default);
static member IotHubRegistryStatistics : Nullable<int64> * Nullable<int64> * Nullable<int64> -> Azure.ResourceManager.IotHub.Models.IotHubRegistryStatistics
Public Shared Function IotHubRegistryStatistics (Optional totalDeviceCount As Nullable(Of Long) = Nothing, Optional enabledDeviceCount As Nullable(Of Long) = Nothing, Optional disabledDeviceCount As Nullable(Of Long) = Nothing) As IotHubRegistryStatistics

Parameters

totalDeviceCount
Nullable<Int64>

The total count of devices in the identity registry.

enabledDeviceCount
Nullable<Int64>

The count of enabled devices in the identity registry.

disabledDeviceCount
Nullable<Int64>

The count of disabled devices in the identity registry.

Returns

A new IotHubRegistryStatistics instance for mocking.

Applies to