Class RegistryStatisticsInner

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

public final class RegistryStatisticsInner extends Object
Identity registry statistics.
  • Constructor Details

    • RegistryStatisticsInner

      public RegistryStatisticsInner()
  • Method Details

    • totalDeviceCount

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

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

      public Long disabledDeviceCount()
      Get the disabledDeviceCount property: The count of disabled devices in the identity registry.
      Returns:
      the disabledDeviceCount value.
    • validate

      public void validate()
      Validates the instance.
      Throws:
      IllegalArgumentException - thrown if the instance is not valid.