Interface RegistryStatistics


public interface RegistryStatistics
An immutable client-side representation of RegistryStatistics.
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets the disabledDeviceCount property: The count of disabled devices in the identity registry.
    Gets the enabledDeviceCount property: The count of enabled devices in the identity registry.
    Gets the inner com.azure.resourcemanager.iothub.fluent.models.RegistryStatisticsInner object.
    Gets the totalDeviceCount property: The total count of devices in the identity registry.
  • Method Details

    • totalDeviceCount

      Long totalDeviceCount()
      Gets the totalDeviceCount property: The total count of devices in the identity registry.
      Returns:
      the totalDeviceCount value.
    • enabledDeviceCount

      Long enabledDeviceCount()
      Gets the enabledDeviceCount property: The count of enabled devices in the identity registry.
      Returns:
      the enabledDeviceCount value.
    • disabledDeviceCount

      Long disabledDeviceCount()
      Gets the disabledDeviceCount property: The count of disabled devices in the identity registry.
      Returns:
      the disabledDeviceCount value.
    • innerModel

      Gets the inner com.azure.resourcemanager.iothub.fluent.models.RegistryStatisticsInner object.
      Returns:
      the inner object.