Interface RegistryStatistics


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

      • 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

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