RegistryStatisticsInner Class

  • java.lang.Object
    • com.azure.resourcemanager.iothub.fluent.models.RegistryStatisticsInner

public final class RegistryStatisticsInner

Identity registry statistics.

Constructor Summary

Constructor Description
RegistryStatisticsInner()

Creates an instance of RegistryStatisticsInner class.

Method Summary

Modifier and Type Method and Description
Long disabledDeviceCount()

Get the disabledDeviceCount property: The count of disabled devices in the identity registry.

Long enabledDeviceCount()

Get the enabledDeviceCount property: The count of enabled devices in the identity registry.

Long totalDeviceCount()

Get the totalDeviceCount property: The total count of devices in the identity registry.

void validate()

Validates the instance.

Methods inherited from java.lang.Object

Constructor Details

RegistryStatisticsInner

public RegistryStatisticsInner()

Creates an instance of RegistryStatisticsInner class.

Method Details

disabledDeviceCount

public Long disabledDeviceCount()

Get the disabledDeviceCount property: The count of disabled devices in the identity registry.

Returns:

the disabledDeviceCount value.

enabledDeviceCount

public Long enabledDeviceCount()

Get the enabledDeviceCount property: The count of enabled devices in the identity registry.

Returns:

the enabledDeviceCount value.

totalDeviceCount

public Long totalDeviceCount()

Get the totalDeviceCount property: The total count of devices in the identity registry.

Returns:

the totalDeviceCount value.

validate

public void validate()

Validates the instance.

Applies to